Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwuah/webpack-virtual-module-api
:gift: a virtual-module-api for webpack. [wip]
https://github.com/gwuah/webpack-virtual-module-api
javascript nodejs runtime-compilation virtual-module webpack3
Last synced: about 2 months ago
JSON representation
:gift: a virtual-module-api for webpack. [wip]
- Host: GitHub
- URL: https://github.com/gwuah/webpack-virtual-module-api
- Owner: gwuah
- Created: 2018-09-07T07:16:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T07:22:53.000Z (over 6 years ago)
- Last Synced: 2024-10-12T13:42:14.790Z (3 months ago)
- Topics: javascript, nodejs, runtime-compilation, virtual-module, webpack3
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-virtual-module-api
:gift: a virtual-module-api for webpack. [wip]### Introduction:
To create a module in webpack, webpack will create a file with your bundled code.
This project would tackle this problem, which is that you want to run a webpack build and run a server with your bundled code without having to create a file on the disk.
This feature is a highly wanted one, and will save developers space in their projects while preserving their workflow in development mode.### NOTE :
* Open to any kind of suggestion.