https://github.com/novactive/novaassetsbundler
API for generating webpack encore config
https://github.com/novactive/novaassetsbundler
Last synced: about 1 year ago
JSON representation
API for generating webpack encore config
- Host: GitHub
- URL: https://github.com/novactive/novaassetsbundler
- Owner: Novactive
- Created: 2019-04-10T07:45:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T10:17:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T02:47:29.821Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nova assets bundler
This package is used to generate webpack config for symfony projects, using [Webpack Encore](https://github.com/symfony/webpack-encore)
## Requirement:
- Webpack Encore
- Webpack Encore Bundle
- Node >= 10.0.0
## Implementation example
An implementation example is available [here](./example)