This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>>> npm audit --json | |
>>>> exit: 1 | |
Total of 18 actions to process | |
-------------------------------------------------- | |
[high] Remote Code Execution | |
- devDependencies (optional): rollup-plugin-vue>@vue/component-compiler>pug | |
-------------------------------------------------- | |
[high] Remote Code Execution | |
- devDependencies (optional): rollup-plugin-vue>@vue/component-compiler>pug>pug-code-gen | |
-------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// File Location: babel.config.js | |
module.exports = { | |
presets: [ | |
['@babel/preset-env', { modules: false }], | |
], | |
plugins: [ | |
['snowpack/assets/babel-plugin.js', {}], | |
] | |
}; |