summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/xxhashjs/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/xxhashjs/webpack.config.js')
-rw-r--r--includes/external/school/node_modules/xxhashjs/webpack.config.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/includes/external/school/node_modules/xxhashjs/webpack.config.js b/includes/external/school/node_modules/xxhashjs/webpack.config.js
deleted file mode 100644
index fa8c5c9..0000000
--- a/includes/external/school/node_modules/xxhashjs/webpack.config.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var path = require("path")
-
-module.exports = {
- "entry": "./lib/index.js"
-, "output": {
- "path": __dirname + "/build"
- , "filename": "xxhash.js"
- , "library": "XXH"
- , "libraryTarget": "umd"
- }
-}