when I add a relative path to webpack.externals array, the output file contains: module.exports = ../path; which causes the error: Unexpected token
webpack.externals
module.exports = ../path;