Skip to content

Commit

Permalink
Ensuring svg-baker and svg-sprite-loader runtimes gets into the bundle (
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Jan 20, 2018
1 parent 9183bf9 commit 36f704c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module.exports = (env) => {
whitelist: [
/webpack(\/.*)?/,
'electron-devtools-installer',
/svg-baker-runtime(\/.*)?/,
/svg-sprite-loader(\/.*)?/,
]
}),
];
Expand Down

0 comments on commit 36f704c

Please sign in to comment.