1. 16 10月, 2017 1 次提交
    • T
      Make styled-jsx configurable (#3050) · e9d14613
      Tim Neutkens 提交于
      * Make styled-jsx configurable
      
      * Add styled-jsx-plugin-postcss example
      
      * Add styled-jsx 2.1.0 with plugins support
      
      * Move examples around and add description
      
      * Add link to new example
      e9d14613
  2. 07 10月, 2017 1 次提交
    • T
      Configurable opts for babel-preset-env + babel-plugin-transform-runtime (#2991) · 559c2525
      Tom MacWright 提交于
      * Configurable opts for babel-preset-env + babel-plugin-transform-runtime
      
      This adds `preset-env` and `transform-runtime` options to the
      `next/babel` Babel preset, which are then passed through to those
      presets and transforms. This allows configuration to keep next.js
      from the default 'maximum' transform, and instead use built-in
      implementations of globals, classes, async, and other commonly-supported
      features.
      
      Fixes #2989
      
      * Use spread notation instead of Object.assign
      559c2525
  3. 06 5月, 2017 1 次提交
  4. 18 4月, 2017 2 次提交
  5. 17 4月, 2017 1 次提交
  6. 16 2月, 2017 1 次提交
    • F
      Changes hard-coded module aliases to be relative (#1164) · 8a525098
      Fin Hopkins 提交于
      Without this, modules built with Babel or Webpack would have hard-coded absolute paths
      all the way back to the root of the filesystem. This prevented compilation and running
      on different machines or even from different directories on the same machine.
      
      With this change, paths are hard-coded to the top-most node_madules directory found,
      which should make them portable relative to the app.
      
      Fixes #1160
      8a525098
  7. 14 2月, 2017 2 次提交
  8. 11 2月, 2017 2 次提交
  9. 09 2月, 2017 1 次提交
  10. 08 2月, 2017 2 次提交
  11. 02 2月, 2017 1 次提交
  12. 31 1月, 2017 1 次提交
    • A
      Add support for Webpack 2's tree-shaking (#926) · f3e541fe
      Arunoda Susiripala 提交于
      * Let webpack2 to handle ES2015 module system
      Since Node.js can't do that, we need to transpile
      ES2015 module system in the emit-file-loader.
      
      * Use sourceMaps only in dev.
      
      * Introduce a transform option to emit-file-loader
      So, we can move our ES2015 transpile code with that option.
      
      * Remove unwanted argument options.
      
      * Update comments.
      
      * Use dev flag instead of NODE_ENV
      f3e541fe
  13. 12 1月, 2017 2 次提交
  14. 08 1月, 2017 1 次提交
  15. 22 12月, 2016 1 次提交
  16. 21 12月, 2016 1 次提交