Résolution d'un mystérieux bug d'accents

Et mise à jour de webpack
pull/51/head
mama 2017-09-19 11:22:54 +02:00 committed by Laurent Bossavit
parent 3802c7f065
commit b603024211
6 changed files with 5 additions and 28731 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@
node_modules/
dist/
.DS_Store
yarn.lock
package-lock.json
yarn-error.log

12378
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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": {

View File

@ -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))
/***********************************

File diff suppressed because it is too large Load Diff

8119
yarn.lock

File diff suppressed because it is too large Load Diff