developing-a-redux-edge icon indicating copy to clipboard operation
developing-a-redux-edge copied to clipboard

Use Webpack for the `This is some amazing text!` Node sample

Open invegat opened this issue 7 years ago • 0 comments

I never could get rollup to work, used the webpack.config.js from http://jlongster.com/Backend-Apps-with-Webpack--Part-I and this line in package.JSON "rnode": "webpack --config source/test/webpack.config.js && node source/test/build/backend.js" test.zip

At https://repl.it/languages/javascript pasting in basic.js works, by far the easiest way to run basic.js

invegat avatar Apr 12 '17 20:04 invegat