1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

webpack is assigned but never used in webpack.config.js

* Removed webpack const, so it is assigned but never used in webpack.config.js.
This commit is contained in:
Yoshiyuki Hirano 2017-12-11 00:01:16 +09:00
parent cf0fcbe7f6
commit fc8947012f

View file

@ -1,4 +1,3 @@
const webpack = require("webpack")
const path = require("path")
module.exports = {