We switched from Uglify.js to Babel & Babel minifier, yet while Babel and Babel minifer seem to work fine, using ES6 import/export give me some trouble on the browser page.
I am using WebStorm as an IDE and I use a Babel file watcher to automatically minify the files inside a nested file (inside the original minified file). Am I obliged to use a module bundler such as Webpack to be able to run the code in browser or did I do something wrong in the configure? [The file watcher configures & console error](https://i.stack.imgur.com/Rwktx.png)