Skip to content

Commit 3e0b6d0

Browse files
应元东应元东
authored andcommitted
fix entry typo
1 parent ce96b69 commit 3e0b6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var webpack = require('webpack');
22
const WebpackShellPlugin = require('webpack-shell-plugin');
33

44
module.exports = {
5-
entry: "./WebRtmpPlayer.js",
5+
entry: "./test.js",
66
output: {
77
path: __dirname + "/build/",
88
filename: "bundle.js"

0 commit comments

Comments
 (0)