@master/css-compiler
Advanced tools
Comparing version 2.0.0-beta.4 to 2.0.0-beta.5
@@ -71,3 +71,3 @@ { | ||
}, | ||
"version": "2.0.0-beta.4" | ||
"version": "2.0.0-beta.5" | ||
} |
@@ -46,3 +46,3 @@ <br><br> | ||
```js | ||
import { MasterCSSVitePlugin } from '../../dist' | ||
import { MasterCSSVitePlugin } from '@master/css-compiler' | ||
@@ -64,3 +64,7 @@ export default defineConfig({ | ||
config.plugins.push( | ||
new MasterCSSWebpackPlugin() | ||
new MasterCSSWebpackPlugin({ | ||
output: { | ||
path: 'static/css' | ||
} | ||
}) | ||
) | ||
@@ -67,0 +71,0 @@ return config |
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
59751
80