We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3ebf33 + 1f96ce2 commit 2e9486fCopy full SHA for 2e9486f
webpack/publish.config.js
@@ -12,8 +12,7 @@ var HtmlWebpackExternalsPlugin = require('html-webpack-externals-plugin');
12
var settings = require('@back4app/back4app-settings');
13
14
configuration.entry = {
15
- dashboard: './dashboard/index.js',
16
- login: './login/index.js'
+ dashboard: './dashboard/index.js'
17
};
18
configuration.output.path = path.resolve('./Parse-Dashboard/public/bundles');
19
configuration.output.filename = "[name].[chunkhash].js";
0 commit comments