Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
fix(webpack): don't output deptree.js, this requires a minor tweak to…
Browse files Browse the repository at this point in the history
… the optimization config if you have it customized
  • Loading branch information
danbucholtz committed Jul 12, 2017
1 parent ccbf902 commit 785e044
Show file tree
Hide file tree
Showing 8 changed files with 7,441 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/optimization.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
},

plugins: [
ionicWebpackFactory.getIonicEnvironmentPlugin(),
ionicWebpackFactory.getIonicOptimizationEnvironmentPlugin(),
],

// Some libraries import Node modules but don't use them in the browser.
Expand Down
Loading

0 comments on commit 785e044

Please sign in to comment.