|
@@ -61,18 +61,6 @@ module.exports = {
|
|
|
preserveWhitespace: false
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- test: /\.css$/,
|
|
|
- loaders: ['style-loader', 'css-loader']
|
|
|
- },
|
|
|
- {
|
|
|
- test: /\.(svg|otf|ttf|woff2?|eot|gif|png|jpe?g)(\?\S*)?$/,
|
|
|
- loader: 'url-loader',
|
|
|
- query: {
|
|
|
- limit: 10000,
|
|
|
- name: path.posix.join('static', '[name].[hash:7].[ext]')
|
|
|
- }
|
|
|
}
|
|
|
]
|
|
|
},
|