wp-webpack-script icon indicating copy to clipboard operation
wp-webpack-script copied to clipboard

💥🔥📦👩‍💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.

Results 51 wp-webpack-script issues
Sort by recently updated
recently updated
newest added

Hi there, I am experimenting with WPack.io and so far love the speed, it solved a lot of my build chain issues I had previously! thanks for this amazing work....

First off, thanks for building this! It really saved me a lot of time. Quick question, I'm releasing a plugin to wp.org and one of the requirements (in the plugin...

Type: Feature
help wanted
Status: PR Welcome

When I visit my wpack.io server is running at http://172.16.14.133:3000 it doesn't work, I have to append https://172.16.14.133:3000 - is there a way to have it display the secure url...

Type: Bug
Status: PR Welcome
Priority: Medium

If the browser-sync port is already in use when running `npm start` the script does not throw an error or a warning. I think it would be better when the...

Type: Feature
Status: PR Welcome
Priority: Low
hacktoberfest

I have a local working `https://wordpress.local` with a valid autogenerated local ssl certificate (green lock in all browsers), but if i try to configure `wpackio.server.js` this way: ``` host: 'localhost',...

good first issue
Type: Documentation
Status: PR Welcome
Priority: Low
hacktoberfest

Hi, First of all thanks for this amazing tool ! But I struggle to add https://github.com/tcoopman/image-webpack-loader to compress the generated assets from my SCSS files. I almost got it by...

I have the setup working with the primary site but it seems like the dev server isn't loading scripts/styles on sub sites in my multisite set up. how can I...

I need to copy some files from node_modules into the /dist/ folder, but I have been unsuccessful in doing so. I found the https://github.com/webpack-contrib/copy-webpack-plugin plugin, but according to wpack.io documentation,...

Hello, I am trying to set up the site on the local with the steps mentioned on GIT but getting errors after the npm run start. sometimes, it does not...