Skip to content

date-fns/babel-plugin-date-fns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

src
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-date-fns

Install

$ npm i --save date-fns
$ npm i --save-dev babel-plugin-date-fns

Example

Transforms

import { distanceInWordsToNow, differenceInYears, format } from 'date-fns';

roughly to

import distanceInWordsToNow from 'date-fns/distance_in_words_to_now';
import differenceInYears from 'date-fns/difference_in_years';
import format from 'date-fns/format';

Usage

.babelrc

{
  "plugins": ["date-fns"],
  "presets": ["es2015"]
}

Webpack 2

module: {
  rules: [{
    test: /\.js$/,
    exclude: /node_modules/,
    use: {
      loader: 'babel-loader',
      presets: ['es2015'],
      plugins: ['date-fns'],
    },
  }],
}

Thanks

Heavily inspired by babel-plugin-lodash and babel-plugin-recharts.

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant