We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce96b69 commit 3e0b6d0Copy full SHA for 3e0b6d0
1 file changed
webpack.config.js
@@ -2,7 +2,7 @@ var webpack = require('webpack');
2
const WebpackShellPlugin = require('webpack-shell-plugin');
3
4
module.exports = {
5
- entry: "./WebRtmpPlayer.js",
+ entry: "./test.js",
6
output: {
7
path: __dirname + "/build/",
8
filename: "bundle.js"
0 commit comments