File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1111
1212var path = require ( 'path' ) ;
1313var cssnext = require ( 'postcss-cssnext' ) ;
14- var postcssImport = require ( "postcss-import" ) ;
1514var webpack = require ( 'webpack' ) ;
1615var HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
1716var CaseSensitivePathsPlugin = require ( 'case-sensitive-paths-webpack-plugin' ) ;
@@ -174,10 +173,6 @@ module.exports = {
174173 // We use PostCSS for cssnext
175174 postcss : function ( ) {
176175 return [
177- postcssImport ( {
178- root : "./src/" ,
179- path : "./src/"
180- } ) ,
181176 cssnext ( {
182177 browsers : [
183178 '>1%' ,
Original file line number Diff line number Diff line change 1111
1212var path = require ( 'path' ) ;
1313var cssnext = require ( 'postcss-cssnext' ) ;
14- var postcssImport = require ( 'postcss-import' ) ;
1514var webpack = require ( 'webpack' ) ;
1615var HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
1716var ExtractTextPlugin = require ( 'extract-text-webpack-plugin' ) ;
@@ -193,7 +192,6 @@ module.exports = {
193192 // We use PostCSS for autoprefixing only.
194193 postcss : function ( ) {
195194 return [
196- postcssImport ( ) ,
197195 cssnext ( {
198196 browsers : [
199197 '>1%' ,
Original file line number Diff line number Diff line change 5454 "object-assign" : " 4.1.0" ,
5555 "path-exists" : " 2.1.0" ,
5656 "postcss-cssnext" : " 2.8.0" ,
57- "postcss-import" : " 8.2.0" ,
5857 "postcss-loader" : " 1.0.0" ,
5958 "promise" : " 7.1.1" ,
6059 "react-dev-utils" : " ^0.3.0" ,
108107 " object-assign" ,
109108 " path-exists" ,
110109 " postcss-cssnext" ,
111- " postcss-import" ,
112110 " postcss-loader" ,
113111 " promise" ,
114112 " react-dev-utils" ,
You can’t perform that action at this time.
0 commit comments