Skip to content

Commit 9e6f6a2

Browse files
committed
fix (build) : require path
1 parent e57a0ad commit 9e6f6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const config = require('./webpack.settings')
2+
const path = require('path')
23
const BrowserSyncPlugin = require('browser-sync-webpack-plugin')
34
const CopyWebpackPlugin = require('copy-webpack-plugin')
45
const ManifestPlugin = require('webpack-manifest-plugin')

0 commit comments

Comments
 (0)