Skip to content

Fork of expo/expo's babel-preset-expo to apply v5.2.0 patch (OBSOLETE)

Notifications You must be signed in to change notification settings

coreplane/babel-preset-expo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-preset-expo

If you have problems with the code in this repository, please file issues & bug reports at https://github.com/expo/expo. Thanks!

Options

web.transformImportExport

Enabling this option will allow your project to run with older JavaScript syntax (i.e. module.exports). This option will break tree shaking and increase your bundle size, but will eliminate the following error when module.exports is used:

TypeError: Cannot assign to read only property 'exports' of object '#<Object>'

default: false

[
    'babel-preset-expo',
    {
        web: { transformImportExport: true }
    }
],

About

Fork of expo/expo's babel-preset-expo to apply v5.2.0 patch (OBSOLETE)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published