@unocss/webpack 0.45.13 → 0.45.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm i -D unocss @unocss/webpack
14
14
 
15
15
  ```ts
16
16
  // webpack.config.js
17
- const UnoCSS = require('unocss/webpack').default
17
+ const UnoCSS = require('@unocss/webpack').default
18
18
 
19
19
  module.exports = {
20
20
  plugins: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/webpack",
3
- "version": "0.45.13",
3
+ "version": "0.45.14",
4
4
  "description": "The Webpack plugin for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "dependencies": {
39
39
  "@ampproject/remapping": "^2.2.0",
40
40
  "@rollup/pluginutils": "^4.2.1",
41
- "@unocss/config": "0.45.13",
42
- "@unocss/core": "0.45.13",
41
+ "@unocss/config": "0.45.14",
42
+ "@unocss/core": "0.45.14",
43
43
  "magic-string": "^0.26.2",
44
44
  "unplugin": "^0.9.4",
45
45
  "webpack-sources": "^3.2.3"