Closed davecranwell-adestra closed 6 years ago
This looks useful, thanks. I'm not using this project anymore, would you like to get collaborator access?
Yeah if you don't mind, that would be great. I'm not so familiar with NPM though - if you give me colab on github, can I publish new versions on NPM?
Yea, if you'll send me your npm username I'll add you. Thanks!
I'm "davecranwell" on NPM
Sorry for the delay, but think I have added you now :)
$ npm owner ls
davecranwell <dave@davecranwell.com>
jonespen <jonespen@gmail.com>
This allows the webpack user to define a
chunks
key in theKssWebpackPlugin
options object, in which the user specifies an array of named "chunks" (JS or CSS) which they want to include in the generated HTML e.g:The additions to the code separate the chunks by their output file extension, putting anything ending
.js
into the kssoptions.js
config option, and any.css
intooptions.css