Publish Pre-Compile to ES5
See original GitHub issueI was trying to npm run build
in create-react-app and it failed to minify. create-react-app recommends compiling into ES5. Could you publish pre-compiled to npm?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Please publish package precompiled to es5 #1609 - GitHub
hi I am using create-react-app and we use enzyme :-) However when we try to build it can't be minified, probably because the...
Read more >Transpiling dynamic ES6 System.import to ES5 (amd or other)
How to publish a module written in ES6 to NPM? 1 · Simple Babel transpiled es6 Module Loading · 9 · Using SystemJS/jspm...
Read more >Precompiling Your Website (C#) - Microsoft Learn
Automatic compilation requires that both the declarative markup and source code be present on the web server. This can be an unattractive option ......
Read more >On Consuming (and Publishing) ES2015+ Packages - Babel.js
Our dependencies actually publish ES2015+ instead of the current baseline of ES5/ES3. The future baseline shouldn't be fixed at ES2015, ...
Read more >Using ES2015 with Asset Pipeline on Ruby on Rails
There are several ways you can use to precompile your JavaScript code. Some people use Babel's CLI . Some people prefer builders like...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@klappy
After digging an hour into the issue I found a quick fix
I am running into this issue as well. If anybody is able to confirm a solution or workaround, please post.
Related to #57