Skip to content

Commit

Permalink
fix(webpack): disabled injecting script
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 9, 2016
1 parent 5283df4 commit 694f24c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ module.exports = function (type, options) {
plugins: [
new HtmlWebpackPlugin(Object.assign({}, {
title: 'Tooling',
template: dir('lib/index.jade')
template: dir('lib/index.jade'),
inject: false
}, toolingConfig.index))
]
}
Expand Down

0 comments on commit 694f24c

Please sign in to comment.