angular2-webpack

1.0.1 • Public • Published

Angular 2 Webpack

var path = require('path');
var ng2webpack = require('angular2-webpack');
 
var srcPath = path.join(__dirname + 'src');
 
module.exports = {
  module: {
    preLoaders: [
      ng2webpack.loaders()
    ]
  },
  plugins: [
    ng2webpack.plugins(srcPath)
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i angular2-webpack

Weekly Downloads

5

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • gdi2290