Skip to content

Commit 2e9486f

Browse files
authored
Merge pull request #84 from back4app/remove_login_component_usage
fix: Login component mount error
2 parents d3ebf33 + 1f96ce2 commit 2e9486f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webpack/publish.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ var HtmlWebpackExternalsPlugin = require('html-webpack-externals-plugin');
1212
var settings = require('@back4app/back4app-settings');
1313

1414
configuration.entry = {
15-
dashboard: './dashboard/index.js',
16-
login: './login/index.js'
15+
dashboard: './dashboard/index.js'
1716
};
1817
configuration.output.path = path.resolve('./Parse-Dashboard/public/bundles');
1918
configuration.output.filename = "[name].[chunkhash].js";

0 commit comments

Comments
 (0)