0.0.3 • Published 9 months ago

@asto/webpack v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

@asto/webpack

Webpack loader for asto.

Installation

$ npm i --save-dev @asto/webpack webpack
const { asto } = require('asto');
const { webpackLoader } = require('@asto/webpack');

asto({
  loader: webpackLoader(
    {
      typescript: true, // for typescript
      nodeExternals: true, // Exclude node_modules from bundle
      cli: false, // Add banner for cli
    },
    {
      /* webpack options */
    }
  ),
  entryPoints: ['src/index.ts'],
});

License

MIT

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago