Skip to content

Conversation

@angeltsvetkov
Copy link
Contributor

No description provided.

CONTRIBUTING.md Outdated

* Make commits of logical units.
* Make sure your commit messages are in the proper format.
* Make sure your commit messages are in the proper format. We are strongly recommend to use [semantic commit messages](https://seesparkbox.com/foundry/semantic_commit_messages)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove 'are'?

import { config } from "../../app.config";
let http = require("http");
let appSettings = require("application-settings");
let http = require("tns-core-modules/http");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use 'import' instead of 'require'

import * as Facebook from "nativescript-facebook";
import { NavigationService } from "../../services/navigation.service";
let appSettings = require("application-settings");
let appSettings = require("tns-core-modules/application-settings");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import

@angeltsvetkov angeltsvetkov merged commit f6f5a06 into master Jun 19, 2017
@angeltsvetkov angeltsvetkov deleted the fix-webpack branch June 19, 2017 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants