Skip to content

Commit

Permalink
🔧 form-builder: Update build limit size (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw authored May 25, 2021
1 parent 98f4025 commit ea78c19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Non publié

### FormBuilder

- 🔧 **Configuration**
- **config:** Mise à jour de la taille maximale du build ([#1123](https://github.com/assurance-maladie-digital/design-system/pull/1123))

## v2.0.0-beta.10

**Version publiée le 25/05/2021.**
Expand Down Expand Up @@ -72,7 +79,7 @@ Cette version comporte la suppression du composant `PageCard`, l'ajout de la pro

- 📝 **Documentation**
- **pull-requests:** Mise à jour du template ([#1074](https://github.com/assurance-maladie-digital/design-system/pull/1074)) ([b8da289](https://github.com/assurance-maladie-digital/design-system/commit/b8da289b6d3ec4e0313483795df5227160de9fed))
- **CHANGELOG:** Mise à jour du fichier CHANGELOG ([#1122](https://github.com/assurance-maladie-digital/design-system/pull/1122))
- **CHANGELOG:** Mise à jour du fichier CHANGELOG ([#1122](https://github.com/assurance-maladie-digital/design-system/pull/1122)) ([e2eb5a9](https://github.com/assurance-maladie-digital/design-system/commit/e2eb5a942f3ed71c81b843e4bd082f1eaffc3646))

- ⬆️ **Dépendances**
- **@types/jest:** Mise à jour vers la `v26.0.23` ([#1052](https://github.com/assurance-maladie-digital/design-system/pull/1052)) ([dfadb25](https://github.com/assurance-maladie-digital/design-system/commit/dfadb25f7ea95f43dcc183b2e1778e269818086e))
Expand Down
2 changes: 1 addition & 1 deletion packages/form-builder/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const webpack = require('webpack');
// If LIB_MODE is true, we're building the library
// else, we're building the dev environment
const LIB_MODE = Boolean(process.env.LIB_MODE); // Use Boolean() to convert undefined to false
const LIMIT_SIZE = 315000;
const LIMIT_SIZE = 325_000;

process.env.VUE_APP_VERSION = require('./package.json').version;

Expand Down

0 comments on commit ea78c19

Please sign in to comment.