Mona Rajhans

Results 2 comments of Mona Rajhans

@frenzzy Compiling it now, made the change to the script in my package.json as follows: ` "start": "webpack --config ./webpack/webpack.development.config.js && babel-node server.js" ` Still getting the same error.

@frenzzy In server.js, on line const context = { insertCss: (...styles) => styles.forEach(style => css.add(style._getCss())) style is undefined, and hence ._getCss is returning not a function error.