Skip to content

Commit

Permalink
chore: update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Deturium committed Mar 6, 2019
1 parent 2e2c7db commit fb32e51
Show file tree
Hide file tree
Showing 16 changed files with 198 additions and 219 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/config/**
/dist/**
1 change: 0 additions & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ module.exports = {
importWorkboxFrom: 'local',
skipWaiting: true,
clientsClaim: true,
navigateFallback: '/',
}),
],
}
5 changes: 2 additions & 3 deletions config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ module.exports = merge(common, {
mode: "production",

plugins: [
new CleanWebpackPlugin(['dist'], {
root: path.resolve(__dirname, '../'),
verbose: true,
new CleanWebpackPlugin({
// verbose: true,
}),

new CopyWebpackPlugin([{
Expand Down
Loading

0 comments on commit fb32e51

Please sign in to comment.