Use without build
See original GitHub issueIs your feature request related to a problem? Please describe. I want to be able to use this whole without using a build system, from source.
Describe the solution you’d like Able to import a single file as es6-module, that pulls-in all needed sub-files. WITHOUT the need to use a build system to create the final file that will be imported. Eg.: Pull the repo, and include a sinle file from the source gotten.
Additional context
I see you guys using nodejs/rollup/etc but i want to use the raw sources directly as ES6-module(s).
For example which file is used by import { library } from '@fortawesome/fontawesome-svg-core'
from the repo?
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
React Without Build Tools - Jim Nielsen's Blog
Using a framework like React can make doing that incredibly easy—as long as there is no build tooling involved. The moment configurations ...
Read more >React Without Build Tools | CSS-Tricks
I think you'll find it quite refreshing to use React A) with a JSX-like syntax, and B) without any kind of build tooling....
Read more >Developing Without a Build (1): Introduction
And for a long time, using a build was the only real way to actually create complex applications on the web. Web standards...
Read more >Don't Build That App! - Formidable Labs
React apps without a build step: no node_modules, no webpack, no babel, no worries. Scalable architecture for free using the platform.
Read more >Vue JS Application Without Build - DZone Web Dev
In a typical Vue JS setup, you'd use single-file .vue components for that. This unfortunately requires a build process based on webpack, rollup, ......
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
PRs are welcome!
Vue.js has a browser ES module, take a look at this line in their package.json file. Hope this will help.