Don't run normalize.css
through PostCSS.
This commit is contained in:
parent
6d7aebb64f
commit
6801182e84
@ -17,7 +17,7 @@ module.exports = {
|
|||||||
List all of theme in the array
|
List all of theme in the array
|
||||||
*/
|
*/
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
include: [/redux-notifications/],
|
include: [/redux-notifications/, /normalize.css/],
|
||||||
use: ExtractTextPlugin.extract({
|
use: ExtractTextPlugin.extract({
|
||||||
fallback: 'style-loader',
|
fallback: 'style-loader',
|
||||||
use: 'css-loader',
|
use: 'css-loader',
|
||||||
@ -25,7 +25,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
include: [/react-toolbox/, /normalize.css/],
|
include: [/react-toolbox/],
|
||||||
use: ExtractTextPlugin.extract({
|
use: ExtractTextPlugin.extract({
|
||||||
fallback: 'style-loader',
|
fallback: 'style-loader',
|
||||||
use: [
|
use: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user