odykyi
odykyi
Solution for serverless-framework, can be also used for express, koa, etc.. just replace slsw.lib.entries to your entries. force: true attribute inside CopyPlugin works very nice. Make sure that your entrypoint...
@zurek11 // file1.js ``` const fs = require('fs') // init recognizer const modelState = recognizer.serialize() fs.writeFileSync('model.json', JSON.stringify(modelState)) ``` -------------------- // file2.js ``` const modelState = require('./model.json'); //init recognizer recognizer.load(modelState) ```
@digicyc @BoyCook @giratikanon @himmel22 review pls
ok pls add this to readme `twitterConsumerKey= twitterConsumerSecret= twitterAccessToken= twitterAccessTokenSecret= node index.js `
@chiemekailo could you pls create PR and update readme with yours example thanks
I have the same error TypeError: ts_transformer_keys_1.keys is not a function I do not have webpack I have only tsconfig.json and package.json How can I fix this error?
@jaredhanson pls review
@jaredhanson pls review
@gimenete @jaredhanson @robertdimarco @coveralls pls review