1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Fix for exposed libraries.

This commit is contained in:
Maciej Lenartowicz
2020-01-09 16:00:27 +01:00
parent de8462429b
commit afa9b5a402
3 changed files with 2117 additions and 2299 deletions

View File

@ -5,21 +5,5 @@ module.exports = {
],
plugins: [
"@babel/plugin-transform-runtime",
"@babel/plugin-syntax-export-default-from",
["module-resolver", {
root: ["./src"],
alias: {
test: "./test",
underscore: "lodash",
},
}],
],
env: {
development: {
ignore: ["**/__tests__/**", "**/__mocks__/**"],
},
test: {
ignore: [],
},
},
};