You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install -g ember-cli
ember new testapp --lang en
cd testapp/
ember install ember-cli-babel
cat <<'EOF' > ember-cli-build.js'use strict';const EmberApp = require('ember-cli/lib/broccoli/ember-app');module.exports = function (defaults) { let app = new EmberApp(defaults, { 'babel': { useBuiltIns: 'usage', corejs: { version: '2.6.12', }, }, }); return app.toTree();};EOF
npm run build
The text was updated successfully, but these errors were encountered:
maxhq
changed the title
Specifying Babel options results in 'import' statements in middle of output
Specifying Babel options results in 'import' in the middle of bundle
Mar 25, 2021
oliwel
pushed a commit
to openxpki/openxpki
that referenced
this issue
Apr 8, 2021
Error:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: