webextensions-webpack-boilerplate icon indicating copy to clipboard operation
webextensions-webpack-boilerplate copied to clipboard

Browser Extension Webpack Boilerplate

Results 4 webextensions-webpack-boilerplate issues
Sort by recently updated
recently updated
newest added

Great boilerplate repo @fstanis ! It's a bit dated though. With Google chrome's manifest v3, we have background scripts as service workers now, which complicates working with webpack. This boilerplate...

Hi, I've downloaded the project and tried to start a new project, but when I ran `yarn start` I got this error: `SyntaxError: Cannot use import statement outside a module`...

following the developing a new extension instructions produces the following output ``` PS C:\projects\webextensions\wwb> npm run start > [email protected] start C:\projects\webextensions\wwb > webpack --config webpack.config.js clean-webpack-plugin: C:\projects\webextensions\wwb\dist has been removed....

Hey at first i love your project. It helped me to get fast into my project. How can i resolve the path to my assets in the runime ? i...