mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Fixed node imports.
This commit is contained in:
parent
c75ebcf001
commit
d37bc4ab08
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
import "babel-polyfill";
|
||||
require("babel-polyfill");
|
||||
|
||||
var Chef = require("../core/Chef.js").default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue