Webpack Starter
Bundle static assets with Webpack
When creating modern web applications, you want the best tools to help you build them. Webpack is one of the most versatile, powerful and popular module bundlers out there today, and with this starter kit, you can start creating value from the get-go!
Webpack is a module bundler that lets you combine all your static assets into a single file. That means you can include your SCSS in your Javascript and have it all combined into a single file. Or - or course - you could keep them separate for portability reasons.
The starter kit is unopinionated, and lets you decide what technologies you want to use in your next web application. It comes bundled with support for LESS, SASS/SCSS and Babel (a popular JavaScript transpiler), so that you can use all those cool new features from ES2015.
In addition to Webpack, this starter kit bootstraps the suggested project folder structure, and creates some NPM scripts for triggering different tasks.
Releases
1.8.0
- 'dev' command
Compatibility:
- 7.13.3
1.7.2
- Upgraded Gradle wrapper, Node and XP version
Compatibility:
- 7.13.2
1.7.1
- Bug fix: Removed build folder from type checking
Compatibility:
- 7.9.0
1.7.0
- Upgraded to XP 7.9
Compatibility:
- 7.9.0
1.6.0
- Upgraded to latest Gradle wrapper and XP 7.8
- Skip *.d.ts files during build
Compatibility:
- 7.8.0
1.5.0
- Upgraded to XP 7.7.2
Compatibility:
- 7.7.2
1.4.0
- Upgraded to XP 7.6.0
Compatibility:
- 7.6.0
1.3.2
- Fixed bundling of server assets
Compatibility:
- 7.3.1
1.3.1
- Fixed the build
Compatibility:
- 7.3.1
1.3.0
- Upgraded to XP 7.3.1
Compatibility:
- 7.3.1
1.2.0
- Added plugin enabling support of class properties
Compatibility:
- 7.0.0
1.1.0
- Enabled transpilation of Typescript code
- Enabled processing of server-side resources
Compatibility:
- 7.0.0
1.0.1
- Enabled the Starter to be used for sites
Compatibility:
- 7.0.0
1.0.0
- Initial release
Compatibility:
- 7.0.0