README
npm start
webpack will launch the application inside the browser
npm run build
The bundle will be placed into
./dist/main.js
Webpack Dev Server will automagically refresh the window upon every modification to a file!
Publish npm package and use it in react app
<script type="module">
import vgComponentLib from 'https://cdn.skypack.dev/vg-component-lib';
</script>
npm start
webpack will launch the application inside the browser
npm run build
The bundle will be placed into
./dist/main.js
Webpack Dev Server will automagically refresh the window upon every modification to a file!