Skip to content

Commit 41b4be6

Browse files
soraleesoralee
authored andcommitted
web dev mode enable context path
1 parent a09b8fe commit 41b4be6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zeppelin-web/webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ module.exports = function makeWebpackConfig () {
163163
// Pass along the updated reference to your code
164164
// You can add here any file extension you want to get copied to your output
165165
test: /\.(png|jpg|jpeg|gif|svg|woff|woff2|ttf|eot)$/,
166-
//loader: 'file'
167-
loader: 'file-loader?name=[name].[ext]&outputPath=styles/images/'
166+
loader: 'file'
168167
}, {
169168
// HTML LOADER
170169
// Reference: https://github.com/webpack/raw-loader

0 commit comments

Comments
 (0)