GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
Other
22.69k stars 4.11k forks source link

package: pin webpack version for vuepress #6238

Closed danstarns closed 1 month ago

danstarns commented 1 month ago

Vuepress and dependants @ 1.9.10 depend on Webpack 4. https://www.npmjs.com/package/@vuepress/core?activeTab=code see package json.

We can upgrade to v2 of vuepress, however, they are still on rc flags.

This PR fixes us to webpack v4 in the docs directory and removes the build filter in the root package JSON.