@unocss/webpack after 0.45.8 is not work
See original GitHub issueuse unocss/examples/vue-cli4 and unocss/examples/vue-cli5
vue-cli4
@unocss/webpack
with 0.45.8
is ok
@unocss/webpack
after 0.45.8
like 0.45.9
or 0.45.12
is not work
vue-cli5
@unocss/webpack
with 0.45.8
is ok
@unocss/webpack
after 0.45.8
like 0.45.9
or 0.45.12
is not work
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
@unocss/webpack - npm
Start using @unocss/webpack in your project by running `npm i @unocss/webpack`. ... This plugin does not come with any default presets.
Read more >unocss/webpack - npm.io
The Webpack plugin for UnoCSS. This plugin does not come with any default presets. Currently, this plugin only supports the global mode. Installation....
Read more >MiniCssExtractPlugin - webpack
This means that it won't have access to the scope of the webpack configuration module. webpack.config.js new MiniCssExtractPlugin({ insert: function ...
Read more >@unocss/webpack: Versions | Openbase
preset-mini: Add handler bracket types - by @chu121su12 in https://github.com/unocss/unocss/issues/1717; Negate math function values - by @chu121su12 in https ...
Read more >How to Prevent Webpack Error after npm Install?
In your devDependencies, try downgrading this: awesome-typescript-loader": "3.2.1". to this: awesome-typescript-loader": "2.2.4". If it still doesn't work, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same issue but only reproduced on Windows (Windows 11 21H1, Node v18.7.0), seems OK on macOS (macOS 12.4, Node v18.7.0). There might be an OS related issue? 🤔
@antfu any idea about this issue?