Skip to content

Commit

Permalink
feat(stencil): disable es5 builds
Browse files Browse the repository at this point in the history
This will ensure we dont get problems with compiling when importHelpers is set to true

See ionic-team/stencil#253
  • Loading branch information
realappie committed Sep 14, 2020
1 parent a31ba3d commit edab15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { sass } from '@stencil/sass';

export const config: Config = {
namespace: 'eva-config-picker',
buildEs5: false,
outputTargets: [
{
type: 'dist',
Expand Down

0 comments on commit edab15a

Please sign in to comment.