Lucas Duarte

Results 4 comments of Lucas Duarte

@manfrinmm `import * as locale from "date-fns/locale"` imports all locales available in date-fns, increasing the build size. that's my temporary solution: ```js // locale/dateFns.ts import ptBRLocale from 'date-fns/locale/pt-BR'; export {...

add in your **USER SETTINGS** ```javascript "files.associations": { "*.njk": "html" }, ```

i'm have a same problem, but "nan" not helped me. Yarn version: 1.5.1 Node version: 8.9.4 Platform: linux x64 ``` gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make:...