Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject webpack into html5_video_plugin repo #346

Merged
merged 4 commits into from
Dec 21, 2018
Merged

Conversation

ALexanderSPB
Copy link
Contributor

package.json Outdated
@@ -10,7 +10,9 @@
},
"scripts": {
"build": "gulp",
"test": "jest"
"test": "jest",
"start": "webpack --mode development",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems more like build task

Copy link
Contributor

@ooyala-amohnatkin ooyala-amohnatkin Dec 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make it consistent with html5-skin repo.
Now build task can't be modified, so we can call it build:future

"build:future": "webpack --mode development",
"build-prod": "webpack --mode production",
"start": "webpack-dev-server"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your comment, I'lI add those changes. Previously I was thinking about webpack-dev-server and I didn't add it because gulp doesn't do it in this repo.

})
],
devtool: 'sourcemap',
watch: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's use webpack-dev-server for watching

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok!

@zelibobla zelibobla merged commit 7022fb7 into master Dec 21, 2018
@zelibobla zelibobla deleted the feature/PLAYER-4906 branch December 21, 2018 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants