vue-sfc-rollup
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -7,2 +7,12 @@ # Changelog | ||
## [4.0.3] - 2021-03-19 | ||
### Fixed | ||
- Fixed bug preventing imports from non-aliased paths (#80) | ||
## [4.0.2] - 2021-03-05 | ||
### Changed | ||
- Fix typos in README | ||
## [4.0.1] - 2021-02-26 | ||
@@ -9,0 +19,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "ISC", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"bin": { | ||
@@ -9,0 +9,0 @@ "sfc-init": "./sfc-init.js" |
@@ -37,6 +37,6 @@ // rollup.config.js | ||
], | ||
customResolver: resolve({ | ||
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'], | ||
}), | ||
}), | ||
resolve({ | ||
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'], | ||
}), | ||
], | ||
@@ -43,0 +43,0 @@ replace: { |
@@ -37,6 +37,6 @@ // rollup.config.js | ||
], | ||
customResolver: resolve({ | ||
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'], | ||
}), | ||
}), | ||
resolve({ | ||
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'], | ||
}), | ||
], | ||
@@ -43,0 +43,0 @@ replace: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59630