yu-loader

0.1.1 • Public • Published

npm node cover size

yu-loader

A Yu loader for MaJs. Compiles MaJs to JS.

Getting Started

To begin, you'll need to install yu-loader:

$ npm install yu-loader --save-dev

Then add the loader to your webpack config. For example:

webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.ma(\.js)?$/i,
        loader: "yu-loader",
      },
    ],
  },
};

And run webpack via your preferred method.

License

MIT

/yu-loader/

    Package Sidebar

    Install

    npm i yu-loader

    Weekly Downloads

    13

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    3.99 kB

    Total Files

    8

    Last publish

    Collaborators

    • lomirus
    • jiangling