Skip to content

Commit

Permalink
Webpack fix (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bethany Dunfield authored Oct 26, 2020
1 parent be83f35 commit c8baad0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ module.exports = {
include: [
path.resolve(__dirname, "app/assets/javascripts")
],
use: [
"css-loader",
"postcss-loader"
]
use: ["style-loader", "css-loader"]
},
{
test: /\.css$/i,
Expand Down

0 comments on commit c8baad0

Please sign in to comment.