Format root .js files

This commit is contained in:
Nicolas Gallagher
2017-05-24 15:21:25 -07:00
parent 7ee570f0ed
commit 864250f34d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
const path = require('path')
const webpack = require('webpack')
const path = require('path');
const webpack = require('webpack');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const SRC_DIRECTORY = path.resolve(__dirname, 'src');
@@ -57,4 +57,4 @@ module.exports = {
}
})
]
}
};