Skip to content

File for converting taro language to real executable loader.

Notifications You must be signed in to change notification settings

rookie125/taro-to-react-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

taro-to-react-loader

File for converting taro language to real executable loader.

Getting Started

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

$ npm install taro-to-react-loader --save-dev

webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.jsx?$/i,
        use: [
          {
            loader: 'taro-to-react-loader',
            options: {}
          },
        ],
      },
    ],
  },
};

And run webpack via your preferred method.

About

File for converting taro language to real executable loader.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published