How to use aurelia-loader-webpack - 1 common examples

To help you get started, we’ve selected a few aurelia-loader-webpack examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aurelia / ux / app / src / main.ts View on Github external
(async () => {
  initialize();
  const aurelia = new Aurelia(new WebpackLoader());
  await configure(aurelia);
})();

aurelia-loader-webpack

An implementation of Aurelia's loader interface to enable webpack.

MIT
Latest version published 2 years ago

Package Health Score

53 / 100
Full package analysis

Popular aurelia-loader-webpack functions