Skip to content

Commit

Permalink
upgrade react cdn simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Feb 25, 2018
1 parent 8b33e3f commit 847e5e4
Show file tree
Hide file tree
Showing 2 changed files with 2,852 additions and 349 deletions.
9 changes: 5 additions & 4 deletions examples/react-cdn-simple/package.json
@@ -1,14 +1,15 @@
{
"name": "webpack2-react-cdn-simple",
"name": "webpack-react-cdn-simple",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"build": "webpack"
"build": "webpack --mode production"
},
"devDependencies": {
"ts-loader": "^3.0.3",
"ts-loader": "^4.0.0",
"typescript": "^2.3.4",
"webpack": "^3.8.1"
"webpack": "^4.0.0",
"webpack-cli": "^2.0.9"
},
"dependencies": {
"@types/react": "^16.0.0",
Expand Down

0 comments on commit 847e5e4

Please sign in to comment.