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

Commit 785e044

Browse files
committed
fix(webpack): don't output deptree.js, this requires a minor tweak to the optimization config if you have it customized
1 parent ccbf902 commit 785e044

8 files changed

+7441
-12
lines changed

config/optimization.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
},
2929

3030
plugins: [
31-
ionicWebpackFactory.getIonicEnvironmentPlugin(),
31+
ionicWebpackFactory.getIonicOptimizationEnvironmentPlugin(),
3232
],
3333

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

0 commit comments

Comments
 (0)