You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slug: 'wpack-io',// Plugin or Theme slug, basically the directory name under `wp-content/<themes|plugins>`
// Used to generate banners on top of compiled stuff
bannerConfig: {
name: 'WordPress WebPack Bundler',
author: 'Swashata Ghosh',
license: 'GPL-3.0',
link: 'https://wpack.io',
version: '1.0.0',
copyrightText:
'This software is released under the GPL-3.0 License\nhttps://opensource.org/licenses/GPL-3.0',
credit: true,
},
Inlining css chunks is not pretty with a bannerConfig for each file. There is no need for a default config. Even bannerConfig: false does just return undefined for every property in:
The default bannerConfig should be left out in:
wp-webpack-script/packages/scripts/src/config/project.config.default.ts
Lines 115 to 130 in 77d9189
Inlining css chunks is not pretty with a bannerConfig for each file. There is no need for a default config. Even
bannerConfig: false
does just return undefined for every property in:wp-webpack-script/packages/scripts/src/config/WebpackConfigHelper.ts
Lines 380 to 402 in 8d6be75
The text was updated successfully, but these errors were encountered: