mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
fix lint errors
This commit is contained in:
parent
ad5df04f1e
commit
2c64c45101
5 changed files with 15 additions and 16 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
const defaultsDeep = require('lodash.defaultsdeep');
|
||||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
|
@ -96,7 +95,7 @@ module.exports = [
|
|||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: '[name].js',
|
||||
libraryTarget: 'commonjs2',
|
||||
libraryTarget: 'commonjs2'
|
||||
}
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue