vtex-speed-webpack-esnext

0.0.1 • Public • Published

VTEX SPEED WEBPACK ESNEXT

Reverse proxy, compilation, minification, optimization using esnext with webpack.

I made this project in a few hours to help the community, currently I have no time to improve it. If you would like to help please make a pull request!

Getting Started

Before continuing, please edit the store, version, prefix, team, website key to the package.json file:

"vtex": {
    "store": "your-store-account-name",
    "version": 1,
    "prefix": "XY",
    "team": "Your Team Name",
    "website": "Your Website",
    "environment": "vtexcommercestable",
    "browser": "chrome",
    "protocol": "https"
  }
# Clone this repo
git clone https://github.com/EduD/vtex-speed-webpack-esnext.git

# Enter the folder you cloned
cd vtex-speed-webpack-esnext

# install all dependencies
npm install

# run vtex-speed-webpack-esnext
npm start

# compile and minify files for production
npm run deploy

# remove development folders
npm run clean

# check for errors in the lint of your js files
npm run lint

Prerequisities

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Author

  • Eduardo Dantas - EduD

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Package Sidebar

Install

npm i vtex-speed-webpack-esnext

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

28.7 kB

Total Files

17

Last publish

Collaborators

  • edud