mirror of https://github.com/webpack/webpack.git
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
|
|
const variableClash = "valueFromSomeFile";
|
||
|
|
|
||
|
|
export default variableClash;
|