mirror of https://github.com/webpack/webpack.git
8 lines
88 B
JavaScript
8 lines
88 B
JavaScript
|
|
export default {
|
||
|
|
deeply: {
|
||
|
|
nested: {
|
||
|
|
thing: 'Correct value',
|
||
|
|
},
|
||
|
|
},
|
||
|
|
};
|