amp-sw
amp-sw copied to clipboard
Separate chunks for each module
Right now we only have core.js
and optional.js
as our output files.
We'd like to rename core.js
to amp-sw.js
and split optional.js
to a single js file per module.
👍 this looks good