webpack-require-from
Webpack plugin that allows to configure path or URL for fetching dynamic imports
File Explorer
Download Latest Version (.zip)- config.yml
- FUNDING.yml
- a.js
- b.js
- c.js
- globals.js
- index.html
- index.js
- package-lock.json
- package.json
- README.md
- webpack.config.js
- worker-module.js
- worker.js
- yarn.lock
- codeBuilders.js
- constants.js
- helpers.js
- plugin.js
- index.js
- moduleB.js
- moduleC.js
- worker.js
- common.test.js
- playground.js
- webpack.config.shared.js
- webworker.test.js
- package.json
- yarn.lock
- package.json
- yarn.lock
- package.json
- yarn.lock
- package.json
- yarn.lock
- .gitignore
- .npmignore
- appveyor.yml
- index.js
- LICENSE
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/agoldis/webpack-require-from
Downloads the entire project code from GitHub to your computer.
cd webpack-require-from
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
