Skip to content

cmartinespinosa/webpack-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • sass
  • jQuery
  • Typescript

Installation

Run webpack.config.js:

npm run build

For compile in real-time:

npm run watch

If you want to compile to production, you need to change the webpack.config.js:

module.exports = {
    mode: 'production', //development or production
    ...
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published