parent
3802c7f065
commit
b603024211
|
@ -3,3 +3,6 @@
|
|||
node_modules/
|
||||
dist/
|
||||
.DS_Store
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
yarn-error.log
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -79,7 +79,7 @@
|
|||
"source-map-support": "^0.4.15",
|
||||
"style-loader": "^0.18.2",
|
||||
"url-loader": "^0.5.8",
|
||||
"webpack": "^3.5.4",
|
||||
"webpack": "^3.6.0",
|
||||
"webpack-dev-server": "^2.4.5"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -6,7 +6,7 @@ import possibleVariableTypes from './possibleVariableTypes.yaml'
|
|||
import marked from './marked'
|
||||
|
||||
// TODO - should be in UI, not engine
|
||||
import taux_versement_transport from '../../règles/rémunération-travail/cotisations/ok/taux.json'
|
||||
import taux_versement_transport from '../../règles/rémunération-travail/cotisations/ok/taux.json'
|
||||
|
||||
// console.log('rawRules', rawRules.map(({espace, nom}) => espace + nom))
|
||||
/***********************************
|
||||
|
|
8232
yarn-error.log
8232
yarn-error.log
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue