mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
deprecate, dont break
This commit is contained in:
@@ -1 +1,2 @@
|
||||
throw new Error(`As of Sapper 0.18, webpack config must be loaded from sapper/config/webpack.js`);
|
||||
console.error(`[DEPRECATION] As of Sapper 0.18, webpack config should be loaded from sapper/config/webpack.js`);
|
||||
module.exports = require('./dist/webpack.js');
|
||||
@@ -1 +1,2 @@
|
||||
throw new Error(`As of Sapper 0.18, webpack config must be loaded from sapper/config/webpack.js`);
|
||||
console.error(`[DEPRECATION] As of Sapper 0.18, webpack config should be loaded from sapper/config/webpack.js`);
|
||||
module.exports = require('../dist/webpack.js');
|
||||
Reference in New Issue
Block a user