mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
build: attempt 2
This commit is contained in:
@@ -2,7 +2,7 @@ const path = require('path');
|
||||
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
const CopyPlugin = require('copy-webpack-plugin');
|
||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
||||
const ESLintPlugin = require('eslint-webpack-plugin');
|
||||
//const ESLintPlugin = require('eslint-webpack-plugin');
|
||||
|
||||
module.exports = {
|
||||
entry: path.resolve(__dirname, './src/index.js'),
|
||||
@@ -71,6 +71,6 @@ module.exports = {
|
||||
filename: '[name].css',
|
||||
chunkFilename: '[id].css'
|
||||
}),
|
||||
new ESLintPlugin()
|
||||
//new ESLintPlugin()
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user