Skip to content

Commit 29a7013

Browse files
evilebottnawimichael-ciniawsky
authored andcommittedSep 28, 2018
fix(tasks/package): switch from webpack-defaults to @webpack-contrib/defaults (#147)
·
v6.3.0v3.0.0
1 parent 149f2fc commit 29a7013

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/tasks/package.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@ const devPackages = [
3333
'eslint',
3434
'eslint-plugin-import',
3535
'eslint-plugin-prettier',
36-
'@webpack-contrib/eslint-config-webpack',
3736
'lint-staged',
3837
'pre-commit',
3938
'prettier',
4039

4140
// Webpack
4241
'webpack',
42+
43+
// Webpack Contrib
44+
'@webpack-contrib/defaults',
45+
'@webpack-contrib/eslint-config-webpack',
4346
];
4447

4548
module.exports = (config) => {

0 commit comments

Comments
 (0)
Please sign in to comment.