Rayron Victor

Results 25 comments of Rayron Victor

This does not solve the problem of having to copy an entire folder, as when using _locales, while `{ copyUnmodified: true }` does. For example: ```js new CopyWebpackPlugin([{ from: "src/manifest.json",...

> @pierroberto I played around with this a bit, and it seems that if the files are mentioned in imports ([example](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate/blob/master/src/js/background.js)), then they are automatically included. You need to import...

Try this: ```javascript CookieManager.clearAll() .then((res) => { console.log(res); }); ```

I was getting this error `Caused by: java.util.NoSuchElementException: Invoker.first` because I was trying to get from an Option that was None.

You can use Activation Constraints for that https://docs.dndkit.com/api-documentation/sensors/pointer#activation-constraints

MIME type for woff2 fonts is `application/font-woff2` and not `application/font-woff`