c600b31c28
Also handle better svg resources Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
const path = require("path");
|
|
|
|
module.exports = {
|
|
runtimeCompiler: true,
|
|
lintOnSave: true,
|
|
outputDir: path.resolve(__dirname, "../priv/static"),
|
|
};
|