|
|
|
@ -41,6 +41,7 @@ module.exports = { |
|
|
|
|
module: { |
|
|
|
|
loaders: [ |
|
|
|
|
{ test: /\.html$/, loader: 'raw-loader' }, |
|
|
|
|
{ test: /\.less$/, loader: ExtractTextPlugin.extract({fallback: 'style-loader', use: 'css-loader!less-loader' }) }, |
|
|
|
|
{ test: /\.css$/, loader: ExtractTextPlugin.extract({fallback: 'style-loader', use: 'css-loader' }) }, |
|
|
|
|
{ test: /\.woff(2)?(\?v=[0-9]\.[0-9]\.[0-9])?$/, loader: 'url-loader?limit=10000&mimetype=application/font-woff' }, |
|
|
|
|
{ test: /\.(ttf|eot|svg|png|jpe?g|gif|ico)(\?.*)?$/i, |
|
|
|
|