mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(monorepo): build with esm modules (#8729)
fixes https://github.com/NativeScript/NativeScript/issues/8739
This commit is contained in:
committed by
Nathan Walker
parent
5658e638d5
commit
fc64fc3ed9
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nativescript/webpack",
|
||||
"version": "2.0.0-rc.1",
|
||||
"version": "2.1.3",
|
||||
"main": "index",
|
||||
"description": "Webpack plugin for NativeScript",
|
||||
"homepage": "https://nativescript.org",
|
||||
@@ -53,8 +53,8 @@
|
||||
"@angular-devkit/core": "~10.0.0",
|
||||
"clean-webpack-plugin": "~3.0.0",
|
||||
"copy-webpack-plugin": "~6.0.2",
|
||||
"css": "~2.2.1",
|
||||
"css-loader": "~3.6.0",
|
||||
"css": "~3.0.0",
|
||||
"css-loader": "~4.2.0",
|
||||
"escape-string-regexp": "~4.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "~5.0.0",
|
||||
"global-modules-path": "~2.3.0",
|
||||
@@ -72,10 +72,10 @@
|
||||
"semver": "^7.3.0",
|
||||
"shelljs": "~0.8.4",
|
||||
"tapable": "~1.1.3",
|
||||
"terser": "~4.8.0",
|
||||
"terser": "~5.0.0",
|
||||
"terser-webpack-plugin": "~3.0.6",
|
||||
"ts-loader": "^7.0.0",
|
||||
"webpack": "~4.43.0",
|
||||
"ts-loader": "^8.0.2",
|
||||
"webpack": "~4.44.1",
|
||||
"webpack-bundle-analyzer": "~3.8.0",
|
||||
"webpack-cli": "~3.3.12",
|
||||
"webpack-sources": "~1.4.3"
|
||||
@@ -92,9 +92,9 @@
|
||||
"@types/proxyquire": "~1.3.28",
|
||||
"@types/sax": "^1.2.0",
|
||||
"@types/semver": "^7.3.0",
|
||||
"@types/webpack": "^4.41.18",
|
||||
"@types/webpack": "^4.41.21",
|
||||
"conventional-changelog-cli": "~2.0.34",
|
||||
"jasmine": "^3.5.0",
|
||||
"jasmine": "^3.6.1",
|
||||
"jasmine-spec-reporter": "^5.0.2",
|
||||
"nyc": "^15.1.0",
|
||||
"proxyquire": "~2.1.0",
|
||||
|
||||
Reference in New Issue
Block a user