webpack-tutorial

Start the app creating a package.json npm init -y

Usage no npm install needed!

<script type="module">
  import webpackTutorial from 'https://cdn.skypack.dev/webpack-tutorial';
</script>

README

Start the app creating a package.json npm init -y

Instalar webpack npm install webpack webpack-cli --save-dev

Crear webpack.config.js

Install babel npm install @babel/core babel-loader @babel/preset-env babel-plugin-transform-class-properties --save-dev