Skip to content

new glimmer project doesn't build with default babel rc #134

Open
@christophermlne

Description

@christophermlne

The app does build if i make the change as noted below:

.babelrc.js:

module.exports = function (api) {
  api.cache(true); // i had to add this line

  return {
    presets: ['@glimmer/babel-preset', '@babel/preset-env', '@babel/preset-typescript'],
  };
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions