about summary refs log tree commit diff
path: root/config/webpack/shared.js
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-12-07 19:59:31 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2017-12-10 11:08:04 -0800
commit6b7085a33e509e0619a67fa8b6721eb89b785773 (patch)
treeb39c1ae4565e0c2ad9137e6dd237ee46efa1f14f /config/webpack/shared.js
parent1c728df92e46bda2d6823052d2cd7a019246b329 (diff)
Linting fixes
Diffstat (limited to 'config/webpack/shared.js')
-rw-r--r--config/webpack/shared.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/webpack/shared.js b/config/webpack/shared.js
index 62d96c3a2..35b9bbd1c 100644
--- a/config/webpack/shared.js
+++ b/config/webpack/shared.js
@@ -1,11 +1,10 @@
 // Note: You must restart bin/webpack-dev-server for changes to take effect
 
 const webpack = require('webpack');
-const { basename, join, resolve } = require('path');
+const { join, resolve } = require('path');
 const { sync } = require('glob');
 const ExtractTextPlugin = require('extract-text-webpack-plugin');
 const ManifestPlugin = require('webpack-manifest-plugin');
-const extname = require('path-complete-extname');
 const { env, settings, core, flavours, output, loadersDir } = require('./configuration.js');
 const localePacks = require('./generateLocalePacks');