Commit 3db6fb6 1 parent 51c8863 commit 3db6fb6 Copy full SHA for 3db6fb6
File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 17
17
"file-loader" : " ^3.0.1" ,
18
18
"friendly-errors-webpack-plugin" : " ^1.7.0" ,
19
19
"image-webpack-loader" : " ^4.6.0" ,
20
- "media-query-plugin" : " ^1.3.1" ,
21
20
"mini-css-extract-plugin" : " ^0.6.0" ,
22
21
"node-sass" : " ^4.12.0" ,
23
22
"postcss-loader" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ const WebpackBar = require('webpackbar');
7
7
const CopyPlugin = require ( 'copy-webpack-plugin' ) ;
8
8
const FriendlyErrorsWebpackPlugin = require ( 'friendly-errors-webpack-plugin' ) ;
9
9
const ImageminPlugin = require ( 'imagemin-webpack-plugin' ) . default ;
10
- const MediaQueryPlugin = require ( 'media-query-plugin' ) ;
11
-
12
10
13
11
module . exports = {
14
12
stats : 'none' ,
@@ -50,7 +48,6 @@ module.exports = {
50
48
sourceMap : true
51
49
}
52
50
} ,
53
- MediaQueryPlugin . loader ,
54
51
{
55
52
loader : 'resolve-url-loader' ,
56
53
options : {
@@ -128,14 +125,6 @@ module.exports = {
128
125
new FriendlyErrorsWebpackPlugin ( ) ,
129
126
new MiniCssExtractPlugin ( {
130
127
} ) ,
131
- new MediaQueryPlugin ( {
132
- include : [
133
- 'index.js'
134
- ] ,
135
- queries : {
136
- '(min-width: 576px)' : 'mobile'
137
- }
138
- } ) ,
139
128
new UglifyJsPlugin ( {
140
129
extractComments : true
141
130
} ) ,
You can’t perform that action at this time.
0 commit comments