Skip to content

Commit bd0d33c

Browse files
committed
Remove resolve property, not needed here
1 parent 52d597c commit bd0d33c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webpack-config.js

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ var ExtractTextPlugin = require('extract-text-webpack-plugin');
33
var HtmlWebpackPlugin = require('html-webpack-plugin');
44

55
module.exports = {
6-
resolve: {
7-
extensions: ['', '.js', '.css'],
8-
},
96
entry: {
107
main: './index.js'
118
},

0 commit comments

Comments
 (0)