Skip to content

Commit

Permalink
Update rollup output export options to 1.0+ syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive authored and eshtadc committed Apr 12, 2019
1 parent 672edad commit 4f97960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service-worker-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ module.exports = class ServiceWorkerBuilder {
output: {
file: destFile || entryFile,
format: 'iife',
exports: 'none',
},
exports: 'none',
plugins: [
rollupReplace(rollupReplaceConfig)
]
Expand Down

0 comments on commit 4f97960

Please sign in to comment.