NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

fix: remove tns-core-modules dependency in order to allow @nativescrip/core migration #1091

Closed DimitarTachev closed 4 years ago

DimitarTachev commented 4 years ago

PR Checklist

What is the current behavior?

The plugin depends on tns-core-modules.

What is the new behavior?

The plugin does not depend on tns-core-modules.

P.S. This PR should not change anything in the business logic as the parse method content is the same.

Old: https://github.com/NativeScript/NativeScript/blob/fc2a233e9598def50969247c1516c32260b7e283/nativescript-core/css/lib/parse/index.js New: https://github.com/reworkcss/css/blob/v2.2.1/lib/parse/index.js

Related to: https://github.com/NativeScript/nativescript-dev-webpack/issues/1089

DimitarTachev commented 4 years ago

test webpack-apps cli-smoke