package.json
をこんな感じにしておけば動いた。
package.json
...
"scripts": {
"postinstall": "npm run build",
"build": "webpack",
"start": "python -m SimpleHTTPServer $PORT"
},
...
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
package.json
をこんな感じにしておけば動いた。
...
"scripts": {
"postinstall": "npm run build",
"build": "webpack",
"start": "python -m SimpleHTTPServer $PORT"
},
...
Register as a new user and use Qiita more conveniently
Go to list of users who liked