Skip to content

Commit 9d266c4

Browse files
remove htmlpulgin
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent a910170 commit 9d266c4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<div id="app-root">
1010
</div>
1111
</body>
12+
<script src="/bundle.js"></script>
1213
</html>
1314

webpack.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ module.exports = {
5454
],
5555
},
5656
plugins: [
57-
new HtmlWebpackPlugin({
58-
template: path.join(__dirname, 'index.html'),
59-
inject: 'body',
60-
}),
6157
new webpack.HotModuleReplacementPlugin(),
6258
new webpack.NamedModulesPlugin(),
6359
new webpack.DefinePlugin({

0 commit comments

Comments
 (0)