rollup-plugin-scss
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -7,2 +7,6 @@ # Changelog | ||
## [2.5.0] - 2020-05-07 | ||
### Updated | ||
- Fix includePaths before processing @mach25 | ||
## [2.4.0] - 2020-04-13 | ||
@@ -9,0 +13,0 @@ ### Added |
@@ -64,2 +64,5 @@ 'use strict'; | ||
// Add the include path before doing any processing | ||
includePaths.push(path.dirname(id)); | ||
// Rebuild all scss files if anything happens to this folder | ||
@@ -84,3 +87,2 @@ // TODO: check if it's possible to get a list of all dependent scss files | ||
styles[id] = code; | ||
includePaths.push(path.dirname(id)); | ||
@@ -87,0 +89,0 @@ return '' |
@@ -58,2 +58,5 @@ import { existsSync, mkdirSync, writeFile } from 'fs' | ||
// Add the include path before doing any processing | ||
includePaths.push(dirname(id)) | ||
// Rebuild all scss files if anything happens to this folder | ||
@@ -78,3 +81,2 @@ // TODO: check if it's possible to get a list of all dependent scss files | ||
styles[id] = code | ||
includePaths.push(dirname(id)) | ||
@@ -81,0 +83,0 @@ return '' |
{ | ||
"name": "rollup-plugin-scss", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Rollup multiple .scss, .sass and .css imports", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs.js", |
16826
300