annotate client/babel.config.js @ 2397:b95234702ee9

define stretch: omit call to sanitize. Should no longer be necessary since f6380bbdb853
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Feb 2019 16:26:15 +0100
parents 88d0d60924cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 module.exports = {
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 presets: ["@vue/app"]
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 };