Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 7ffafa2

Browse files
author
John Jones
committed
moved to css
1 parent 49db9c3 commit 7ffafa2

31 files changed

+10503
-45855
lines changed

config/webpack.config.dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ module.exports = {
152152
},
153153
},
154154
{
155-
test: /\.scss$/,
155+
test: /\.css$/,
156156
include: paths.appSrc,
157-
loaders: ["style-loader", "css-loader", "sass-loader"]
157+
loaders: ["style-loader", "css-loader"]
158158
},
159159
// "postcss" loader applies autoprefixer to our CSS.
160160
// "css" loader resolves paths in CSS and adds assets as dependencies.

config/webpack.config.prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ module.exports = {
154154
},
155155
},
156156
{
157-
test: /\.scss$/,
157+
test: /\.css$/,
158158
include: paths.appSrc,
159-
loaders: ["style-loader", "css-loader", "sass-loader"]
159+
loaders: ["style-loader", "css-loader"]
160160
},
161161
// The notation here is somewhat confusing.
162162
// "postcss" loader applies autoprefixer to our CSS.

0 commit comments

Comments
 (0)