mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 15:23:20 +00:00
Converted the majority of the core and operations to use CommonJS module syntax.
This commit is contained in:
11
webpack.config.js
Normal file
11
webpack.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/* eslint-env node */
|
||||
|
||||
var path = require("path");
|
||||
|
||||
module.exports = {
|
||||
entry: "./src/js/views/html/index.js",
|
||||
output: {
|
||||
filename: "bundle.js",
|
||||
path: path.resolve(__dirname, "build/dev")
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user