PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
js_composer
/
assets
/
lib
/
dnd
module.exports = { presets: [ [ '@babel/preset-env', { targets: '> 0.25%, not dead', // Target modern browsers but exclude old ones modules: false // Keep ES modules (useful if bundling) } ] ] }
[-] webpack.config.js
[edit]
[-] babel.config.js
[edit]
[+]
..