Hansen Wang

Results 11 issues of Hansen Wang

Currently my config looks like this ```js { test: /\.css$/, oneOf: [ /* config.module.rule('css').oneOf('vue-modules') */ { resourceQuery: /module/, use: [ /* config.module.rule('css').oneOf('vue-modules').use('vue-style-loader') */ { loader: '.../vue-style-loader/index.js', }, /* config.module.rule('css').oneOf('vue-modules').use('css-loader') */...

Hi, really appreciate the work. Just curious if it's possible to provide a vite/rollup equivalent version of the plugins as vite is getting more mature and a lot of teams...

Run the following command: `$ imagemin p12.png --plugin.pngquant.quality={0.1,0.2} > ./images/p12.png` I got: ```bash ArgumentError: (array `options.quality`) Expected `t` to be of type `number` but received type `string` ```

### Reporting a bug? When I implemented a function to globally switch locale as follows: The type definition for `i18n.global.locale` is wrong: By printing out the console, I was able...

❗ p4-important
typescript

The function of getting a random sentence was very nice, could you please share how it is implemented? thanks. The ideal situation would be if the loading time is too...

When used with Nuxt.js, got 'Unexpected token

element-theme has 5 high risk vulnerabilities when you run `npm audit`:

Hi, just curious if there will be support for vue 3? It doesn't seem to work currently with vite/vue 3 setup

可以考虑添加自动处理图片的机制 比如[自动准换webp](https://github.com/iampava/imagemin-webp-webpack-plugin)或者自动压缩图片等等 我会investigate,如果有好的会提pr