Skip to content

Commit

Permalink
chore(webpack) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 24, 2020
1 parent ba90b06 commit df6ddb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.js
Expand Up @@ -9,7 +9,6 @@ const isDev = env.NODE_ENV === 'development';
const dist = path.resolve(__dirname, 'dist');
const distDev = path.resolve(__dirname, 'dist-dev');
const devtool = isDev ? 'eval' : 'source-map';
const notEmpty = (a) => a;

const rules = [{
test: /\.js$/,
Expand All @@ -21,7 +20,7 @@ const rules = [{
'style-loader',
'css-loader',
'clean-css-loader',
]
],
}, {
test: /\.(png)$/,
use: {
Expand Down

0 comments on commit df6ddb4

Please sign in to comment.