0

我想用webpackDjango 然后,我是这样设置的。

WEBPACK_LOADER = {
    'DEFAULT' : {
            'BUNDLE_DIR_NAME': 'front/bundles/',
            'STATS_FILE': os.path.join(BASE_DIR, 'front/webpack-stats.json'),

    }
}

但是,请求 URL 表示我不想要的奇怪 URL

在此处输入图像描述

起飞将staticurl完美的,我该怎么做?

4

0 回答 0