wp-webpack-script
wp-webpack-script copied to clipboard
π₯π₯π¦π©βπ» An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.
I've been using wp-webpack-script for the last 6 months and loving it. I'm curious if there are plans to update it to use WP 5.
Using Webpacks `contenthash` in the filename doesn't work well with most caching plugins. This is because when a plugin is updated, best practice is not to clear site cache. This...
Hi thanks for this great devkit seems like it's not compatible with `fork-ts-checker-webpack-plugin` package, i tried downgrading `fork-ts-checker-webpack-plugin` to version `^5` but still no chance, I would appreciate it if...
The default bannerConfig should be left out in: https://github.com/swashata/wp-webpack-script/blob/77d9189fcac726e3adcd6129dd6079badc7486fc/packages/scripts/src/config/project.config.default.ts#L115-L130 Inlining css chunks is not pretty with a bannerConfig for each file. There is no need for a default config. Even...
There are breaking changes to fork-ts-checker-webpack-plugin in the 7.0 version and one of them is the removal of ESLint. Please, be sure to use version 6.* as the 7.*Β version...
How do I get attributes from the shortcode within React? Example: [my-shot-code view="main"]
Would it be possible to remove '~' symbol from asset name? One of my customer of wp plugin, that I sell is complaining about that. Sending an info from him:...
Strange enqueue behaviour, with nothing being enqueued at all. Needs fix in Enqueue.php:297 source
I am not sure what I am doing wrong, but I had numerous plugins and themes already developed with wpack.io (version 5.x) with no issues. This time however whenever I...
The svgo library got a major update on 19 February. The Docs https://github.com/swashata/wp-webpack-script/blob/master/site/docs/tutorials/using-various-svg-loader.md only work with ``` "svgo": "^1.3.2", "svgo-loader": "^2.2.2" ``` When using the latest svgo version the build...
As the title explains, it would be nice to have a `vue: true` option instead of having to manually configure it. I've got a manual setup working for Vue +...