Skip to content

Commit

Permalink
fix css-embedded images, @import/@charset order
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jul 2, 2020
1 parent 3d57bae commit d8a4c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ webpackConfig = {
loader: "css-loader",
options: {
sourceMap: false,
url: !isProduction,
import: !isProduction,
// url: true,
import: false,
// url: (url, resourcePath) => {
// console.log('### CSS-LOADER: url', url, resourcePath);
// debugger;
Expand Down

0 comments on commit d8a4c7d

Please sign in to comment.