upgraded all npm packages (webpack 5, eslint 7, etc) and activated eslint
This commit is contained in:
@@ -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,
|
||||
})
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user