Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smapiot/piral-cli-webpack
Packages for the piral-cli-webpack bundler plugin.
https://github.com/smapiot/piral-cli-webpack
build bundler frontends hacktoberfest js micro microfrontends piral piral-cli plugin webpack
Last synced: about 1 month ago
JSON representation
Packages for the piral-cli-webpack bundler plugin.
- Host: GitHub
- URL: https://github.com/smapiot/piral-cli-webpack
- Owner: smapiot
- License: mit
- Created: 2022-02-03T14:28:49.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-27T16:09:34.000Z (about 1 year ago)
- Last Synced: 2024-11-08T14:07:33.466Z (2 months ago)
- Topics: build, bundler, frontends, hacktoberfest, js, micro, microfrontends, piral, piral-cli, plugin, webpack
- Language: TypeScript
- Homepage: https://docs.piral.io
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Piral Logo](https://github.com/smapiot/piral/raw/main/docs/assets/logo.png)](https://piral.io)
# piral-cli-webpack ยท [![Build Status](https://smapiot.visualstudio.com/piral-pipelines/_apis/build/status/smapiot.piral-cli-webpack?branchName=develop)](https://smapiot.visualstudio.com/piral-pipelines/_build/latest?definitionId=103&branchName=develop) ![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)
The `piral-cli` plugin for using `webpack` (v4) as bundler.
(There is also `piral-cli-webpack5` if you look for `webpack` v5 support, which is also our recommended release. More information on the [npm package](https://www.npmjs.com/package/piral-cli-webpack5).)
## Important Links
* ๐ข **[We are hiring!](https://smapiot.com/jobs)** - work with us on Piral, its ecosystem and our users
* ๐ [Website](https://piral.io/) - learn more about Piral
* ๐ [Documentation](https://docs.piral.io/) - everything to get started and master micro frontends
* ๐ **Help translating Piral!** - making PRs in the [documentation branch](https://github.com/smapiot/piral/tree/documentation)
* ๐ [Issue Tracker](https://github.com/smapiot/piral/issues) - report bugs or suggest new features
* ๐จ [Forums](https://stackoverflow.com/questions/tagged/piral) - use the community support on StackOverflow
* ๐ช [Community Chat](https://gitter.im/piral-io/community) - ask questions and provide answers in our Gitter room## Status
- [x] Pilets (tested / working)
- [x] Codegen
- [x] Bundle Splitting
- [x] ESM output
- [x] CSS / SASS
- [x] Importmap references
- [x] Importmap bundles
- [x] v0 format
- [x] v1 format
- [x] v2 format
- [x] tsconfig changes
- [x] Building
- [x] Debugging
- [x] Reloading
- [x] Piral instances (tested / working)
- [x] Codegen
- [x] HTML entry point
- [x] Emulator build
- [x] Release build
- [x] tsconfig changes
- [x] Debugging
- [x] Reloading## License
This code is released using the MIT license. For more information see the [LICENSE file](LICENSE).