upgraded all npm packages (webpack 5, eslint 7, etc) and activated eslint

This commit is contained in:
2020-11-25 21:39:40 +01:00
parent f002c81008
commit 8b709a42c3
7 changed files with 3251 additions and 3141 deletions

View File

@@ -78,10 +78,14 @@ module.exports = {
plugins: [
new MiniCssExtractPlugin({
path: utils.resolve(themePath + '/assets/dist/'),
filename: '[name].css'
}),
new VueLoaderPlugin()
// new ESLintPlugin()
new VueLoaderPlugin(),
new ESLintPlugin({
// exclude: ['node_modules', 'vendor', 'web/core']
// cache: false,
// ignore: true,
// useEslintrc: false,
})
]
}