Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Added missing comma in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bfred-it authored Jun 22, 2017
1 parent 001893d commit 2f9db30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
entry: 'main.js',
dest: 'bundle.js',
moduleName: 'MyModule',
format: 'iife'
format: 'iife',
plugins: [
resolve({
// use "module" field for ES6 module if possible
Expand Down

0 comments on commit 2f9db30

Please sign in to comment.