Skip to content

Commit 8b8965d

Browse files
author
vvo
committed
chore: re-add raw loader for main build
1 parent 2b314c0 commit 8b8965d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ module.exports = {
99
module: {
1010
loaders: [{
1111
test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader'
12+
}, {
13+
test: /\.html$/, exclude: /node_modules/, loader: 'raw'
1214
}]
1315
}
1416
};

0 commit comments

Comments
 (0)