A webpack plugin that simplifies bundling scalajs projects using angulate2 (Angular 2 for Scala.js) with the scalajs-bundler. This package (v1.0.3, last release unknown) automates configuration of webpack to include required Angular 2 dependencies (e.g., @angular/core, rxjs, zone.js) and outputs the bundled application into a dist folder. It is a thin integration layer between scalajs-bundler and angulate2, requiring manual setup of sbt and webpack config files. Alternatives exist like manual webpack config or newer Scala.js bundling approaches.
npm install angulate2-scalajs-bundlerVerified import paths — ran on the pinned version, not inferred.
Configures webpack with scalajs-bundler and angulate2-scalajs-bundler plugin for an Angular 2 Scala.js project.
Migrate to Scala.js bundler with manual webpack config for newer Angular versions or use a different Scala.js Angular binding.
Update to Angular 6+ and rxjs 6+ with corresponding Scala.js bindings, but this package is unlikely to work.
Follow the exact order: require config, set context, then apply plugin.
Verify sbt project name (case-sensitive) in build.sbt and use the same string in apply().
Run 'npm install angulate2-scalajs-bundler --save-dev' or ensure it's added to npmDevDependencies in build.sbt and scalajs-bundler runs npm install.
Use: const angulate2ScalaJsBundler = require('angulate2-scalajs-bundler'); (not import).Reinstall the package: 'npm install angulate2-scalajs-bundler@1.0.3 --save-dev' and check node_modules exists.
No dependency data recorded yet.