We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d597c commit bd0d33cCopy full SHA for bd0d33c
webpack-config.js
@@ -3,9 +3,6 @@ var ExtractTextPlugin = require('extract-text-webpack-plugin');
3
var HtmlWebpackPlugin = require('html-webpack-plugin');
4
5
module.exports = {
6
- resolve: {
7
- extensions: ['', '.js', '.css'],
8
- },
9
entry: {
10
main: './index.js'
11
},
0 commit comments