chore: formatting

This commit is contained in:
cha0s 2019-04-22 14:07:26 -05:00
parent 46181bfb12
commit e1dda3a016

View File

@ -56,8 +56,7 @@ const config = {
path: path.resolve(__dirname, 'dist'),
filename: '[name].js',
},
plugins: [
],
plugins: [],
resolve: {
modules: [path.resolve(__dirname, 'node_modules')],
},