https://github.com/webpack/core
[OBSOLETE in webpack 2] The core of webpack and enhanced-require...
https://github.com/webpack/core
Last synced: 4 months ago
JSON representation
[OBSOLETE in webpack 2] The core of webpack and enhanced-require...
- Host: GitHub
- URL: https://github.com/webpack/core
- Owner: webpack
- Archived: true
- Created: 2013-01-21T09:59:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T08:01:41.000Z (about 9 years ago)
- Last Synced: 2024-10-30T00:58:47.969Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 26
- Watchers: 7
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-core
The shared core of [webpack](https://github.com/webpack/webpack) and [enhanced-require](https://github.com/webpack/enhanced-require).
It mainly encapsulate
* the loader stuff
* SourceMap stuff
Not useable as standalone module, but this may change in the future.
# License
Copyright (c) 2012 - 2013 Tobias Koppers
MIT (http://www.opensource.org/licenses/mit-license.php)