mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
Update Webpack Plugins (#50)
This commit is contained in:
@@ -158,7 +158,9 @@ module.exports = function(env = {}, argv = {}) {
|
||||
chunks: ["connectToGitHub"]
|
||||
}),
|
||||
new MonacoWebpackPlugin(),
|
||||
new CopyWebpackPlugin(["DataExplorer.nuspec", "web.config", "quickstart/*.zip"]),
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [{ from: "DataExplorer.nuspec" }, { from: "web.config" }, { from: "quickstart/*.zip" }]
|
||||
}),
|
||||
new EnvironmentPlugin(envVars)
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user