Skip to content

Conversation

@Vladlukhanin
Copy link
Contributor

Build tools were updated

package.json Outdated
"scripts": {
"start": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --config webpack.config.js --watch",
"build": "webpack --config webpack.config.js",
"start": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --config webpack.config.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we make simple - start and build command?
start is prepare env and tools for developing (watching, server).
build is make build version of sdk.

@@ -1,8 +1,11 @@
const path = require('path');
const webpack = require('webpack');
const MinifyPlugin = require("babel-minify-webpack-plugin");
Copy link
Contributor

Choose a reason for hiding this comment

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

use single quotes

@dimaspirit dimaspirit merged commit ae799fa into master3x Nov 16, 2017
@dimaspirit dimaspirit deleted the master3x.webpack branch November 16, 2017 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants