Update demo copyright headers.

pull/219/head
SpencerWhitehead 2023-04-13 08:51:39 -07:00
parent c1910835a3
commit 3518c86b78
5 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,9 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
// All rights reserved.
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
const { resolve } = require("path"); const { resolve } = require("path");
const HtmlWebpackPlugin = require("html-webpack-plugin"); const HtmlWebpackPlugin = require("html-webpack-plugin");
const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin"); const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin");

View File

@ -1,3 +1,9 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
// All rights reserved.
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
// development config // development config
const { merge } = require("webpack-merge"); const { merge } = require("webpack-merge");
const commonConfig = require("./common"); const commonConfig = require("./common");

View File

@ -1,3 +1,9 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
// All rights reserved.
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
// production config // production config
const { merge } = require("webpack-merge"); const { merge } = require("webpack-merge");
const { resolve } = require("path"); const { resolve } = require("path");

View File

@ -1,3 +1,9 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
// All rights reserved.
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
const tailwindcss = require("tailwindcss"); const tailwindcss = require("tailwindcss");
module.exports = { module.exports = {
plugins: ["postcss-preset-env", 'tailwindcss/nesting', tailwindcss], plugins: ["postcss-preset-env", 'tailwindcss/nesting', tailwindcss],

View File

@ -1,3 +1,9 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
// All rights reserved.
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: ["./src/**/*.{html,js,tsx}"], content: ["./src/**/*.{html,js,tsx}"],