mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
chore: implement basic devServer
This commit is contained in:
@ -34,10 +34,6 @@ export class PlatformSuffixPlugin {
|
||||
}
|
||||
|
||||
apply(compiler: any) {
|
||||
console.log(
|
||||
// this.extensions,
|
||||
this.platform
|
||||
);
|
||||
const platformRE = new RegExp(`\.${this.platform}\.`);
|
||||
|
||||
// require.context
|
||||
|
Reference in New Issue
Block a user