Skip to content

Commit

Permalink
fix: style not loading in options and popup
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar authored and bmenant committed Dec 13, 2018
1 parent b1b7192 commit ec529cd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions webpack/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ const baseConfig = ({
include: [
path.resolve(__dirname, '../src/')
],
// FIXME handle styles and assets injection through Webpack style- and css- loaders
// see ../src/app/background/index.js
use: [
{ loader: 'css-loader' },
{ loader: 'sass-loader' },
"style-loader", // creates style nodes from JS strings
"css-loader", // translates CSS into CommonJS
"sass-loader" // compiles Sass to CSS, using Node Sass by default
]
},
{
Expand Down

0 comments on commit ec529cd

Please sign in to comment.