exports-loader
Exports Loader
File Explorer
Download Latest Version (.zip)- dependency-review.yml
- nodejs.yml
- commit-msg
- pre-commit
- cjs.js
- index.js
- options.json
- utils.js
- loader.test.js.snap
- validate-options.test.js.snap
- inline.js
- simple.js
- compile.js
- execute.js
- getCompiler.js
- getErrors.js
- getModuleSource.js
- getWarnings.js
- index.js
- normalizeErrors.js
- readAsset.js
- readAssets.js
- cjs.test.js
- loader.test.js
- validate-options.test.js
- .cspell.json
- .editorconfig
- .gitattributes
- .gitignore
- .prettierignore
- babel.config.js
- CHANGELOG.md
- commitlint.config.js
- eslint.config.js
- LICENSE
- lint-staged.config.js
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/webpack/exports-loader
Downloads the entire project code from GitHub to your computer.
cd exports-loader
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install exports-loader --save-dev
Downloads and installs the libraries listed in package.json.
yarn add -D exports-loader
Type this command into your terminal and run it.
pnpm add -D exports-loader
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
