https://github.com/deas/webpack-jvm
Experimenting with webpack executing on the jvm
https://github.com/deas/webpack-jvm
Last synced: over 1 year ago
JSON representation
Experimenting with webpack executing on the jvm
- Host: GitHub
- URL: https://github.com/deas/webpack-jvm
- Owner: deas
- License: epl-1.0
- Created: 2017-06-04T21:00:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T12:03:51.000Z (about 9 years ago)
- Last Synced: 2025-01-22T05:28:25.694Z (over 1 year ago)
- Language: Clojure
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Experimenting with webpack executing in the jvm
When I grow up, I want to be a webpack loader implemented on the JVM.
At this time, we are just proving the jvm can run webpack in j2v8. Even
though there is a small Clojure bit, I'd be fine with java in case that
helps.
## Usage
```
yarn install
lein webpack
```
If all goes well, you should end up with `dist/bundle.js`
## License
Copyright © 2017 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version