Skip to content

Commit 5eecf83

Browse files
committed
chore: leaves ejs as the default index.html loader
Fixes preboot#141
1 parent c248fed commit 5eecf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = function makeWebpackConfig() {
124124

125125
// support for .html as raw text
126126
// todo: change the loader to something that adds a hash to images
127-
{test: /\.html$/, loader: 'raw'}
127+
{test: /\.html$/, loader: 'raw', exclude: root('src', 'public')}
128128
],
129129
postLoaders: []
130130
};

0 commit comments

Comments
 (0)