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 b0fefc5 commit ac88540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ After:
use: [
// ... Other loaders
{loader: 'resolve-url-loader'},
{loader: 'scss-loader'}
{loader: 'scss-loader', options: {sourceMap: true}}
]
}
]
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.2",
"version": "1.0.3",
"description": "Nuxt module for adding resolve-url-loader to webpack config.",
"main": "nuxt-resolve-url-loader.js",
"scripts": {
Expand Down

0 comments on commit ac88540

Please sign in to comment.