You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue.js version: 3.2.31 with Typescript and Options API
consumed using: (browserify/webpack/rollup): Vite
FULL error message (including stack trace):
[ERROR] With statements cannot be used with the "esm" output format due to strict mode
node_modules/vue-pagination-3/compiled/Pagination.js:14:8:
14 │ with(this) {
╵ ~~~~
ERROR 12:14:41 PM [vite] error while updating dependencies: 12:14:41
Error: Build failed with 1 error:
node_modules/vue-pagination-3/compiled/Pagination.js:14:8: ERROR: With statements cannot be used with the "esm" output format due to strict mode
The error occurs when running the app.
yarn dev
The text was updated successfully, but these errors were encountered: