aboutsummaryrefslogtreecommitdiffstats
path: root/FMark/webpack.config.js
diff options
context:
space:
mode:
authorps-george <punter.s.g@gmail.com>2018-03-13 11:46:20 +0000
committerps-george <punter.s.g@gmail.com>2018-03-13 11:46:20 +0000
commit58aa0ea53867ce413e4f0bedec3358c17b53b23e (patch)
treec0ecf6265e2ff5126d5a0f9d00919d3a724b5eda /FMark/webpack.config.js
parent8a508d3b72c2f9b65b49927f0829c37d98a7c0ef (diff)
downloadFMark-58aa0ea53867ce413e4f0bedec3358c17b53b23e.tar.gz
FMark-58aa0ea53867ce413e4f0bedec3358c17b53b23e.zip
config working
Diffstat (limited to 'FMark/webpack.config.js')
-rw-r--r--FMark/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/FMark/webpack.config.js b/FMark/webpack.config.js
index 686d5cc..185cf81 100644
--- a/FMark/webpack.config.js
+++ b/FMark/webpack.config.js
@@ -21,6 +21,7 @@ var isProduction = process.argv.indexOf("-p") >= 0;
console.log("Bundling for " + (isProduction ? "production" : "development") + "...");
module.exports = {
+ target: 'node',
devtool: "source-map",
entry: resolve('./src/FMarkFable/FMarkFable.fsproj'),
output: {