From 27dc4805e6a577ab7b71c69f79fbcbb91eb29909 Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Fri, 20 Jan 2017 12:04:16 +0100 Subject: [PATCH] fix(build): Use new webpack config see #23 --- etc/appConfig.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/etc/appConfig.js b/etc/appConfig.js index eb4314d..91b7a17 100644 --- a/etc/appConfig.js +++ b/etc/appConfig.js @@ -19,13 +19,7 @@ var appConfig = { chunks: { name: ['polyfills', 'vendor'].reverse() }, - copy: [{ - from: path.resolve(sourceRoot, 'img'), - to: 'img' - }, { - from: path.resolve(sourceRoot, 'i18n'), - to: 'i18n' - }], + copy: [], indexFiles: [{ chunks: ['main', 'polyfills', 'vendor'], template: path.resolve(sourceRoot, 'index.html'),