Skip to content

Commit

Permalink
html loader
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Apr 27, 2017
1 parent 4efd188 commit c55558a
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 82 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"electron-reload": "~1.1.0",
"exports-loader": "~0.6.4",
"file-loader": "~0.11.1",
"html-loader": "~0.4.5",
"istanbul-instrumenter-loader": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
},
{
"test": /\.html$/,
"loader": "raw-loader"
"loader": "html-loader"
},
{
"test": /\.(eot|svg)$/,
Expand Down
Loading

0 comments on commit c55558a

Please sign in to comment.