2.14.1 • Published 4 years ago

liferay-npm-bundler-plugin-create-react-app v2.14.1

Weekly downloads
56
License
-
Repository
-
Last release
4 years ago

liferay-npm-bundler-plugin-create-react-app

Set Liferay specific entry point for create-react-app projects.

Installation

npm install --save-dev liferay-npm-bundler-plugin-create-react-app

Usage

Add the following to your .npmbundlerrc file:

Without options:

{
	"*": {
		"plugins": ["liferay-npm-bundler-plugin-create-react-app"]
	}
}

With options:

This plugin has no configurable options.

Technical Details

This plugin sets the main entry of the package.json to a generated Liferay entry point.

Such entry point is generated by the build script of the liferay-npm-build-support package.

2.14.2-alpha.0

4 years ago

2.14.1

5 years ago

2.14.0

5 years ago

2.6.3-alpha.126

5 years ago

2.13.3-alpha.8

5 years ago

2.13.3-alpha.6

5 years ago

2.13.3

5 years ago

2.13.2

5 years ago

2.13.1

5 years ago

2.13.0

5 years ago

2.12.0

5 years ago