Skip to content

Commit c55558a

Browse files
committed
html loader
1 parent 4efd188 commit c55558a

File tree

3 files changed

+146
-82
lines changed

3 files changed

+146
-82
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"electron-reload": "~1.1.0",
6161
"exports-loader": "~0.6.4",
6262
"file-loader": "~0.11.1",
63+
"html-loader": "~0.4.5",
6364
"istanbul-instrumenter-loader": "~2.0.0",
6465
"jasmine-core": "~2.5.2",
6566
"jasmine-spec-reporter": "~3.2.0",

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = {
6767
},
6868
{
6969
"test": /\.html$/,
70-
"loader": "raw-loader"
70+
"loader": "html-loader"
7171
},
7272
{
7373
"test": /\.(eot|svg)$/,

0 commit comments

Comments
 (0)