Skip to content

Commit

Permalink
Refactor index file, extract Formsy class to a separate file (#530)
Browse files Browse the repository at this point in the history
* Fix issue 528

* Refactor index.ts, extract Formsy class to a separate file
  • Loading branch information
felixmosh committed Jul 27, 2020
1 parent f2487ae commit 371c646
Show file tree
Hide file tree
Showing 6 changed files with 499 additions and 501 deletions.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default [
// browser-friendly UMD build
{
input,
output: { file: pkg.browser, format: 'umd', name, ...common },
output: { file: 'dist/formsy-react.umd.js', format: 'umd', name, ...common },
plugins,
},

Expand Down
Loading

0 comments on commit 371c646

Please sign in to comment.