Skip to content

Commit

Permalink
Deprecate ES6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Apr 21, 2019
1 parent ea9aed3 commit ec7eeb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion es6.js

This file was deleted.

13 changes: 0 additions & 13 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,6 @@ export default [
output: { file: 'dist/remount.min.js', format: 'esm' }
},

// ES6
{
...DEFAULTS,
plugins: [...PLUGINS],
output: { file: 'dist/remount.es6.js', ...UMD }
},

{
...DEFAULTS,
plugins: [...PLUGINS, MINIFY],
output: { file: 'dist/remount.es6.min.js', ...UMD }
},

// ES5
{
...DEFAULTS,
Expand Down

1 comment on commit ec7eeb2

@rugk
Copy link
Contributor

@rugk rugk commented on ec7eeb2 Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cough… you've removed them… not deprecated them 😜

Please sign in to comment.