mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 02:34:58 -04:00
Fixed spread operator support in older browsers
This commit is contained in:
parent
d148cae814
commit
5abc5279f5
3 changed files with 2 additions and 8 deletions
|
@ -60,7 +60,7 @@ module.exports = {
|
|||
rules: [
|
||||
{
|
||||
test: /\.m?js$/,
|
||||
exclude: /node_modules\/(?!jsesc|crypto-api)/,
|
||||
exclude: /node_modules\/(?!jsesc|crypto-api|bootstrap)/,
|
||||
options: {
|
||||
configFile: path.resolve(__dirname, "babel.config.js"),
|
||||
cacheDirectory: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue