Skip to content

Commit

Permalink
Stop rollup bundling for example
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Feb 28, 2021
1 parent cc22140 commit c05e45e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export default {
// Minified versions
{ file: 'dist/a11y-dialog.min.js', ...umd, ...minify },
{ file: 'dist/a11y-dialog.esm.min.js', ...es, ...minify },
// Copy of the main file for example and tests
{ file: 'example/a11y-dialog.js', ...umd },
],
plugins: [nodeResolve(), commonjs({ include: 'node_modules/**' })],
}

0 comments on commit c05e45e

Please sign in to comment.