question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use without build

See original GitHub issue

Is 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:open
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
robmadolecommented, Feb 19, 2020

PRs are welcome!

1reaction
d9beuDcommented, Nov 24, 2019

Vue.js has a browser ES module, take a look at this line in their package.json file. Hope this will help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found