Comparing version 0.0.2 to 0.0.3
@@ -0,0 +0,0 @@ import trolly from '../src'; |
@@ -0,0 +0,0 @@ import trolly from '../src'; |
@@ -0,0 +0,0 @@ var path = require('path'); |
{ | ||
"name": "trolly", | ||
"version": "0.0.2", | ||
"description": "Isomorphic boilerplate for a library written in ES2015 for Node and the browser.", | ||
"version": "0.0.3", | ||
"description": "Isomorphic boilerplate for creating libraries. Using Babel 6.x, Webpack, Karma and ESLint", | ||
"main": "./dist/trolly.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -0,0 +0,0 @@ # A isomorphic boilerplate written in ES2015 for Node and the browser. |
@@ -0,0 +0,0 @@ import environment from './environment'; |
@@ -0,0 +0,0 @@ import environment from './environment'; |
@@ -1,5 +0,5 @@ | ||
var path = require('path'); | ||
var pkg = require('./package.json'); | ||
var webpack = require('webpack'); | ||
var PROD = JSON.parse(process.env.PROD_DEV || '0'); | ||
const path = require('path'); | ||
const pkg = require('./package.json'); | ||
const webpack = require('webpack'); | ||
const PROD = JSON.parse(process.env.PROD_DEV || '0'); | ||
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
var plugins = [ | ||
const plugins = [ | ||
new webpack.optimize.DedupePlugin(), | ||
@@ -12,0 +12,0 @@ new webpack.optimize.OccurenceOrderPlugin(), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40287