Skip to content

Commit 5d9bbd3

Browse files
author
Ives van Hoorne
committed
Remove HTML loader
1 parent a9b99f5 commit 5d9bbd3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/app/config/webpack.common.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,6 @@ module.exports = {
115115
name: 'static/media/[name].[hash:8].[ext]',
116116
},
117117
},
118-
// "html" loader is used to process template page (index.html) to resolve
119-
// resources linked with <link href="./relative/path"> HTML tags.
120-
{
121-
test: /\.html$/,
122-
loader: 'html-loader',
123-
options: {
124-
attrs: ['link:href'],
125-
},
126-
},
127118
],
128119

129120
noParse: [/eslint\.4\.1\.0\.min\.js$/, /typescriptServices\.js$/],

0 commit comments

Comments
 (0)