Skip to content

Conversation

leo60228
Copy link
Contributor

Example:

    plugins: [
        process.env.NODE_ENV == "production"
            ? terser()
            : prettier({
                  sourcemap: 'silent',
                  tabWidth: 4,
                  parser: 'babel'
              }),
        babel({ babelHelpers: "bundled" }),
    ],

@mjeanroy mjeanroy merged commit 07d945a into mjeanroy:master May 23, 2020
@mjeanroy
Copy link
Owner

@leo60228 Thanks. Version 1.1.0 and 2.1.0 have been published with your commit ;)

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