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

Commit

Permalink
Disable inject assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 26, 2016
1 parent aff71df commit 77cbe19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ module.exports = {
plugins: [
new HtmlWebpackPlugin(Object.assign({}, config, {
template: require('html-webpack-template'),
alwaysWriteToDisk: true
alwaysWriteToDisk: true,
inject: false
})),
new HtmlWebpackHarddiskPlugin(),
new webpack.HotModuleReplacementPlugin(),
Expand All @@ -42,8 +43,7 @@ module.exports = {
// (which should be serving on http://localhost:3100/)
// through BrowserSync
proxy: 'http://localhost:3000',
open: false,
plugins: ['bs-fullscreen-message']
open: false
},
// plugin options
{
Expand Down

0 comments on commit 77cbe19

Please sign in to comment.