This package has been deprecated

Author message:

This package is deprecated as it doesn't give enough value over using native Angular tools

snowpack-plugin-angular

2.2.0 • Public • Published

snowpack-plugin-angular

When developing or building your site with Snowpack, this plugin will run Angular's ngc CLI in your project and pipe the output through Snowpack.

Usage

npm i --save-dev snowpack-plugin-angular

Then add the plugin to your Snowpack config:

// snowpack.config.js

module.exports = {
	plugins: ['snowpack-plugin-angular'],
};

Plugin Options

Name Type Description
args string Optional arguments to pass to the ngc CLI. For example, you can configure a custom project directory (with a custom tsconfig.json file) using args: "--project ./your/custom/path".

Readme

Keywords

Package Sidebar

Install

npm i snowpack-plugin-angular

Weekly Downloads

1

Version

2.2.0

License

MIT

Unpacked Size

12.8 kB

Total Files

8

Last publish

Collaborators

  • yoglib