aurelia-webpack-plugin

WebJar for aurelia-webpack-plugin

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-aurelia-webpack-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

aurelia-webpack-plugin
WebJar for aurelia-webpack-plugin
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/aurelia/webpack-plugin

Download github-com-aurelia-webpack-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-aurelia-webpack-plugin/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-aurelia-webpack-plugin</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-aurelia-webpack-plugin/
implementation 'org.webjars.npm:github-com-aurelia-webpack-plugin:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-aurelia-webpack-plugin/
implementation ("org.webjars.npm:github-com-aurelia-webpack-plugin:1.1.0")
'org.webjars.npm:github-com-aurelia-webpack-plugin:jar:1.1.0'
<dependency org="org.webjars.npm" name="github-com-aurelia-webpack-plugin" rev="1.1.0">
  <artifact name="github-com-aurelia-webpack-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-aurelia-webpack-plugin', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-aurelia-webpack-plugin" % "1.1.0"
[org.webjars.npm/github-com-aurelia-webpack-plugin "1.1.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.webjars.npm : loader-utils jar [0.2.15,0.3)
org.webjars.npm : recursive-readdir jar [2.0.0,3)
org.webjars.npm : object.assign jar [4.0.4,5)
org.webjars.npm : babel-runtime jar [6.11.6,7)
org.webjars.npm : debug jar [2.2.0,3)
org.webjars.npm : cheerio jar [0.20.0,0.21)
org.webjars.npm : upath jar [0.2.0,0.3)
org.webjars.npm : execa jar [0.4.0,0.5)
org.webjars.npm : bluebird jar [3.4.1,4)

Project Modules

There are no modules declared in this project.

aurelia-webpack-plugin

npm Version Join the chat at https://gitter.im/aurelia/discuss

This library is part of the Aurelia platform and contains a Webpack plugin designed to enable proper Webpack bundling.

To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions, please join our community on Gitter or use stack overflow. Documentation can be found in our developer hub.

Installation

Install with npm

npm install aurelia-webpack-plugin

Usage

Add the plugin to the webpack config file:

let { AureliaPlugin } = require('aurelia-webpack-plugin');
module.exports = {
  entry: 'aurelia-bootstrapper',
  output: {
    path: 'dist',
    filename: 'main.js'
  },
  plugins: [ new AureliaPlugin() ]
};

Documentation

Information about how to use this Webpack plugin can be found in its Github wiki.

org.webjars.npm

aurelia

A standards-based, front-end framework designed for high-performing, ambitious applications.

Versions

Version
1.1.0