how to use the production build (*.prod.js)
See original GitHub issuevue & vue-i18n version
- vue: ^3.0.4
- vue-i18n: ^9.0.0-beta.10
What is Expected?
Need manual/guide to make/configure the production build. Or disable that warning message in Console.
What is actually happening?
showing message in Console:
You are running a development build of vue-i18n.
Make sure to use the production build (*.prod.js) when deploying for production.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Production | webpack
In this guide, we'll dive into some of the best practices and utilities for building a production site or application.
Read more >Creating a Production Build - Create React App
npm run build creates a build directory with a production build of your app. Inside the build/static directory will be your JavaScript and ......
Read more >Webpack how to build production code and how to use it
You can add the plugins as suggested by @Vikramaditya. Then to generate the production build. You have to run the the command. NODE_ENV=production...
Read more >Reactjs Build Production: Optimize Performance - CopyCat Blog
In this article, we will be taking a deep dive into the Reactjs build production, deployment, and tips on optimising your app's performance....
Read more >Express Tutorial Part 7: Deploying to production
Open ./app.js and require the compression library as shown. Add the compression library to the middleware chain with the use() method (this ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed it configuring webpack:
Notice the you may need to chenge the
esm-browser
part according to your application.Can this warning message be hidden manually during development? It’s very confusing and easy to be mixed with the warning messages I really want to read.
Still reproduceable in
vue: 3.0.7
vue-i18n: 9.0.0