Skip to content

add compiler options feat #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

add compiler options feat #45

wants to merge 1 commit into from

Conversation

ts0307
Copy link

@ts0307 ts0307 commented Jan 21, 2019

usage is as follows:

{
  test: /\.vue(\?[^?]+)?$/,
  loader: 'weex-loader',
  options: {
    compilerOptions: {
      modules: [{
        transformNode: (el, options) => {},
        preTransformNode: (el, options) => {},
        postTransformNode: (el, options) => {}
        }
      ]  
    }
  }
}

@erha19
Copy link
Contributor

erha19 commented Jan 22, 2019

@balloonzzq

@ts0307 ts0307 closed this by deleting the head repository Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants