Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Likes and comments app #3286

Merged
merged 17 commits into from
Sep 3, 2020
Prev Previous commit
Next Next commit
add mit header
  • Loading branch information
Sumedh Bhattacharya committed Aug 21, 2020
commit 3db9b20279fcb2168f0a371891c9816a31103343
5 changes: 5 additions & 0 deletions examples/apps/likes-and-comments/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

const path = require("path");
const merge = require("webpack-merge");
const HtmlWebpackPlugin = require("html-webpack-plugin");
Expand Down