Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dayjs-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dayjs-webpack-plugin

Day.js webpack plugin

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
70
increased by14.75%
Maintainers
1
Weekly downloads
 
Created
Source

dayjs-webpack-plugin

NPM version

A webpack plugin for dayjs.

  • Pre-pack all the needed plugins and locales.
  • Auto replace moment with dayjs in source code.

Usage

  1. Install dayjs-webpack-plugin.
  2. Add an instance of the plugin to the webpack plugin configuration.

Example

import DayjsWebpackPlugin from 'dayjs-webpack-plugin';

const configuration = {
  plugins: ['utc'],
  locales: ['zh-cn'],
  replaceMoment: true
};

module.exports = {
  // ...
  plugins: [
    new DayjsWebpackPlugin(configuration)
  ]
};

Configuration

AttributeDescriptionTypeAccepted ValuesDefault
pluginsplugin nameArray[string]all support plugins[]
localeslocale nameArray[string]all support locales[]
replaceMomentreplace moment to dayjs with webpack alias configBooleantrue / falsefalse
presetname of preset configurationStringantd-

Keywords

FAQs

Package last updated on 27 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc