Skip to content

Commit

Permalink
Add support for HTML injection (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t authored Jan 22, 2017
1 parent 9ebe9cd commit de3bce9
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 28 deletions.
1 change: 1 addition & 0 deletions assets/build/webpack.config.watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
target: config.devUrl,
proxyUrl: config.proxyUrl,
watch: config.watch,
delay: 500,
}),
],
};
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@
"autoprefixer": "^6.6.1",
"body-parser": "^1.16.0",
"browser-sync": "^2.18.6",
"browsersync-webpack-plugin": "^0.3.3",
"browsersync-webpack-plugin": "^0.4.1",
"bs-html-injector": "^3.0.3",
"buble": "^0.15.2",
"buble-loader": "^0.4.0",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.26.1",
"cssnano": "^3.10.0",
"eslint": "^3.13.1",
"eslint": "^3.14.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"file-loader": "^0.9.0",
"glob": "^7.1.1",
"imagemin-mozjpeg": "^6.0.0",
Expand All @@ -53,7 +54,7 @@
"minimist": "^1.2.0",
"node-sass": "^4.3.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss": "^5.2.10",
"postcss": "^5.2.11",
"postcss-loader": "^1.2.2",
"qs": "^6.3.0",
"resolve-url-loader": "^1.6.1",
Expand Down
Loading

0 comments on commit de3bce9

Please sign in to comment.