mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 00:45:07 +01:00
remove unused variable, update multi-instance example in readme
This commit is contained in:
parent
6030043036
commit
2e8619d300
3 changed files with 6 additions and 9 deletions
|
|
@ -2,7 +2,7 @@ const path = require('path');
|
|||
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
entry: ["./js/index.js"],
|
||||
entry: ['./js/index.js'],
|
||||
output: {
|
||||
path: path.join(__dirname, '/dist'),
|
||||
filename: 'reveal.min.js',
|
||||
|
|
@ -15,8 +15,8 @@ module.exports = {
|
|||
loader: 'babel-loader',
|
||||
query: {
|
||||
presets: [
|
||||
[ '@babel/preset-env' ],
|
||||
],
|
||||
[ '@babel/preset-env' ]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue