diff config/webpack.common.js @ 62:7787ca310644 webpack tip

update @angular to 4.4.5.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 18 Oct 2017 17:46:41 +0200
parents 7b9d616695d3
children
line wrap: on
line diff
--- a/config/webpack.common.js	Mon Apr 24 19:39:25 2017 +0200
+++ b/config/webpack.common.js	Wed Oct 18 17:46:41 2017 +0200
@@ -2,6 +2,8 @@
 var HtmlWebpackPlugin = require('html-webpack-plugin');
 var ExtractTextPlugin = require('extract-text-webpack-plugin');
 var helpers = require('./helpers');
+//var path = require('path')
+//var webpackLinkPlugin = require('webpack-link');
 
 module.exports = {
   entry: {
@@ -62,5 +64,9 @@
     new HtmlWebpackPlugin({
       template: 'src/index.html'
     })
+    
+//    new webpackLinkPlugin({
+//        localModule: path.resolve(__dirname, '../ng2-table')
+//    })
   ]
 };