diff --git a/core.js b/core.js index 019cec75..b55021ed 100644 --- a/core.js +++ b/core.js @@ -1 +1 @@ -module.exports = require('./dist/core') +module.exports = require('./dist/core'); diff --git a/webpack.config.js b/webpack.config.js index ffef609e..55e4a533 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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 = { } }) ] -} +};