mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = [
|
||||
sourcemap: true,
|
||||
},
|
||||
watch: {
|
||||
clearScreen: false
|
||||
clearScreen: false,
|
||||
},
|
||||
external: (id) => {
|
||||
// Don't externalize relative imports (starts with . or /)
|
||||
@@ -24,7 +24,7 @@ module.exports = [
|
||||
},
|
||||
plugins: [
|
||||
resolve({
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx']
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx'],
|
||||
}),
|
||||
commonjs(),
|
||||
typescript({
|
||||
@@ -43,7 +43,7 @@ module.exports = [
|
||||
sourcemap: true,
|
||||
},
|
||||
watch: {
|
||||
clearScreen: false
|
||||
clearScreen: false,
|
||||
},
|
||||
external: (id) => {
|
||||
// Don't externalize relative imports (starts with . or /)
|
||||
@@ -55,7 +55,7 @@ module.exports = [
|
||||
},
|
||||
plugins: [
|
||||
resolve({
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx']
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx'],
|
||||
}),
|
||||
commonjs(),
|
||||
typescript({
|
||||
|
||||
Reference in New Issue
Block a user