i18nc-loader

2.0.8 • Public • Published

I18NC-LOADER

NPM Version NPM Downloads NPM License

Install

npm install i18nc-loader webpack --save-dev

Useage

module.exports = {
  entry: {'input': 'input.js'},
  output: {
    path: 'dist',
    filename: '[name].js',
  },
  module: {
    rules: [{
      test: /\.js$/,
      use: [{
        loader: 'i18nc-loader',
        options: {
          I18NHandlerName: 'weLANG'
        }
      }]
    }]
  }
};

OPTIONS

You can pass i18nc options using standard webpack loader options.

/i18nc-loader/

    Package Sidebar

    Install

    npm i i18nc-loader

    Weekly Downloads

    17

    Version

    2.0.8

    License

    MIT

    Unpacked Size

    3.76 kB

    Total Files

    5

    Last publish

    Collaborators

    • bacra