mikach / requirejs-babel

An AMD loader plugin for Babel
117 stars 32 forks source link

Entire babel.js included in build #13

Open bluepnume opened 9 years ago

bluepnume commented 9 years ago

Is there any way we can only include babel-runtime?

davisagli commented 8 years ago

Include the following in your options for r.js, as shown in demo/build.config.js:

      exclude: [''babel'],
      pragmasOnSave: {
        'excludeBabel': true
      }