mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-16 20:14:35 +00:00
fix deprecation warning
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const config = require('sapper/webpack/config.js');
|
||||
const config = require('sapper/config/webpack.js');
|
||||
const pkg = require('../package.json');
|
||||
|
||||
const dev = process.env.NODE_ENV === 'development';
|
||||
|
||||
Reference in New Issue
Block a user