Zoxon
Zoxon
Спасибо большое, хороший плагин
@tomchentw Please merge this PR. We need way to extend default config.
Try use something like that ```js { from: '^/abc', to: '//hello-world.com/abc' } ```
I found library like this with almost same API, that has TS support and more readable and simpler source code https://github.com/VitorLuizC/valite
Experiments today and find that. Return function instead of string, and apply value in validator implementation. What pitfalls are there? ```js const myValidator = createValidator( message => value => message(value),...
Yet another quick fix ```js const glob = require("glob"); const path = require("path"); const dist = "dest"; const patterns = [ `${dist}/**/*.html`, `${dist}/**/*.js`, `${dist}/**/*.css`, `${dist}/assets/**` ]; const paths = [];...
@TrySound Sory it was a long time ago I think it was my mistake. When I'm set `configFile` option stylefmt stop throwing this error. ```diff - stylefmt(), + stylefmt({ +...
Ignore astro-icon styles and use `fill` ```jsx ``` or use this styles ```css [astro-icon] { fill: currentColor; } ```
This [example](https://github.com/nuxt-community/recaptcha-module/blob/master/example/enterprise/both/pages/index.vue) does't work for me because I get error `reCAPTCHA has already been rendered in this element` My workaround ```js export default { data() { return { widgetId: 0,...
Just remove webpack-md5-hash and use `[hash]` instead of `[chunkhash]` in your `output.filename`