Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Dryymoon committed Nov 28, 2020
1 parent eb733bf commit b0fefc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
This module:
* traverse whole webpack config tree
* find json-paths to scss-loader configs by matching ```{loader: 'scss-loader'}```
* insert resolve-url-loader just before scss-loader configs.
* insert resolve-url-loader just before scss-loader configs in nuxt webpack config.
* reconfigure scss-loader for adding source-maps

Before:
```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-resolve-url-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "Nuxt module for adding resolve-url-loader to webpack config.",
"main": "nuxt-resolve-url-loader.js",
"scripts": {
Expand Down

0 comments on commit b0fefc5

Please sign in to comment.