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

Add support for JavaScript production bundling #5

Open
thescientist13 opened this issue May 12, 2018 · 5 comments
Open

Add support for JavaScript production bundling #5

thescientist13 opened this issue May 12, 2018 · 5 comments
Assignees
Labels
CEA Should be applied to the Create Evergreen App documentation Documentation for the wiki enhancement New feature or request todo-app Should be applied to the Todo App website Should be applied to the website repo
Milestone

Comments

@thescientist13
Copy link
Member

thescientist13 commented May 12, 2018

take into account #3

https://www.youtube.com/watch?v=mIWCLOftfRw

  • <script type="module"> (.mjs extension in node) - .mjs it is recommended?
  • preload
  • bundler tools help with dead tree elimination, still use them, but with dynamic import()
  • transpiling with Class syntax?
  • babel-preset-env for polyfills?
@thescientist13 thescientist13 added the enhancement New feature or request label May 12, 2018
@thescientist13
Copy link
Member Author

thescientist13 commented May 12, 2018

use @babel v7? (babel-preset-env and babel-polyfill)

@thescientist13 thescientist13 added this to the Initial Release milestone May 12, 2018
@thescientist13 thescientist13 added documentation Documentation for the wiki website Should be applied to the website repo labels May 21, 2018
@thescientist13 thescientist13 self-assigned this May 21, 2018
@thescientist13 thescientist13 added the todo-app Should be applied to the Todo App label May 22, 2018
@thescientist13 thescientist13 changed the title JavaScript production bundling Add support for JavaScript production bundling May 30, 2018
@thescientist13
Copy link
Member Author

Polyfill IO?
https://cdn.polyfill.io/v2/docs/

@thescientist13
Copy link
Member Author

@thescientist13
Copy link
Member Author

babel/babel#7789

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CEA Should be applied to the Create Evergreen App documentation Documentation for the wiki enhancement New feature or request todo-app Should be applied to the Todo App website Should be applied to the website repo
Projects
None yet
Development

No branches or pull requests

1 participant