Skip to content
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

Support silencing sourcemap warning #435

Merged
merged 1 commit into from
May 23, 2020
Merged

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