fix for sw.js not copied to dist directory

This commit is contained in:
Jesse D. McDonald 2020-04-05 04:39:55 -05:00
parent 644a140b65
commit 75b66e6ce3
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ module.exports = {
}), }),
new CopyPlugin([ new CopyPlugin([
{ from: '.htaccess' }, { from: '.htaccess' },
{ from: 'sw.js' },
]), ]),
], ],
optimization: { optimization: {