about summary refs log tree commit diff
path: root/website/sandbox/nut-score/UNUSED_webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/sandbox/nut-score/UNUSED_webpack.config.js')
-rw-r--r--website/sandbox/nut-score/UNUSED_webpack.config.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/website/sandbox/nut-score/UNUSED_webpack.config.js b/website/sandbox/nut-score/UNUSED_webpack.config.js
deleted file mode 100644
index 3260e8f645e1..000000000000
--- a/website/sandbox/nut-score/UNUSED_webpack.config.js
+++ /dev/null
@@ -1,14 +0,0 @@
-const path = require('path');
-
-module.exports = {
-  entry: './src/Index.bs.js',
-  // If you ever want to use webpack during development, change 'production'
-  // to 'development' as per webpack documentation. Again, you don't have to
-  // use webpack or any other bundler during development! Recheck README if
-  // you didn't know this
-  mode: 'production',
-  output: {
-    path: path.join(__dirname, "bundleOutput"),
-    filename: 'index.js',
-  },
-};
\ No newline at end of file