我尝试了太多东西: https://www.npmjs.com/package/babel-preset-es2015-without-strict https://github.com/fancyboynet/babel-preset-es2015-without-strict/issues/1
presets: [
[
"es2015",
{
strict: false,
loose: true
}
]
]
,"plugins": ["transform-remove-strict-mode"]
我正在尝试加载fusionchharts。现在一切正常,我使用角度和一些html模板其他图表用<script src=" path to chart">
定义现在我想用webpack构建它,但不断得到这个错误,是否有解决这样的麻烦?