Skip to content

Commit

Permalink
fix(umd-module): added creation of umd module
Browse files Browse the repository at this point in the history
  • Loading branch information
gradorsys authored and gradorsys committed Aug 27, 2017
1 parent f138d89 commit 4ef94a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -9,7 +9,7 @@ const libraryName = 'nonce-generator'
export default {
entry: `compiled/${libraryName}.js`,
targets: [
// { dest: pkg.main, moduleName: camelCase(libraryName), format: 'umd' },
{ dest: pkg.main, moduleName: camelCase(libraryName), format: 'umd' },
{ dest: pkg.module, format: 'es' }
],
sourceMap: true,
Expand Down

0 comments on commit 4ef94a3

Please sign in to comment.