From 4258619517fc04a9dde1aa6119c72b7b2d1baea8 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 20 May 2016 19:41:54 +0200 Subject: Update to build with current versions of nodejs --- webpack.config.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 1979538..3bbb7ba 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,11 +6,6 @@ module.exports = { path: './build', filename: 'bundle.js' }, - plugins: [ - new HtmlWebpackPlugin({ - title: 'RPGedit' - }) - ], module: { loaders: [ { test: /\.css$/, loader: 'style-loader!css-loader' }, @@ -19,5 +14,8 @@ module.exports = { }, resolve: { extensions: ['', '.ts'] + }, + ts: { + compilerOptions: { noEmit: false } } }; -- cgit v1.2.3