mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore: CTA license headers and externals (#1485)
* add common node libs as externals, hides warning * add license header to vue-cli file
This commit is contained in:
@@ -14,6 +14,8 @@ export default {
|
||||
},
|
||||
plugins: [typescript(), commonjs({ extensions: [".js"] })],
|
||||
external: [
|
||||
"fs",
|
||||
"path",
|
||||
...Object.keys(pkg.dependencies || {}),
|
||||
...Object.keys(pkg.peerDependencies || {}),
|
||||
],
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
// Copyright 2019-2021 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Recipe } from "..";
|
||||
import { join } from "path";
|
||||
//@ts-ignore
|
||||
import { shell } from "../shell";
|
||||
|
||||
const completeLogMsg = `
|
||||
|
||||
Reference in New Issue
Block a user